JAmes
08/06/2024, 1:26 AMefemoney
08/06/2024, 7:06 AMcomposeCompiler
extension with the directory for reports & metrics
• run a kotlin compilation (which will generate said metrics / reports) (eg compileKotlin
)
• profit
This should work … & is simple 🤔Ben Trengrove [G]
08/06/2024, 8:59 AMcomposeCompiler {
reportsDestination = layout.buildDirectory.dir("compose_compiler_reports")
}
JAmes
08/06/2024, 10:07 PM../gradlew compileKotlin
from my gui/ directory, and not just use one the Gradle targets in idea