Skip to content

Commit

Permalink
Add a reports destination for Compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowsky committed Nov 9, 2024
1 parent 11b9db2 commit 7a46f2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vico/compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ android {
}
}

composeCompiler {
reportsDestination = layout.buildDirectory.dir("reports")
}

afterEvaluate {

publishing {
Expand Down

0 comments on commit 7a46f2a

Please sign in to comment.