Skip to content

Commit

Permalink
Fix PokoSample:compose custom annotation path
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Nov 30, 2023
1 parent 8412002 commit 9ce5d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

poko {
pokoAnnotation.set("dev.drewhamilton.poko.sample.compose.Poko")
pokoAnnotation.set("dev/drewhamilton/poko/sample/compose/Poko")
}

if (jvmToolchainLanguageVersion != null) {
Expand Down

0 comments on commit 9ce5d54

Please sign in to comment.