Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion benchmark/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ kotlin.code.style=official
android.useAndroidX=true
android.enableJetifier=false
# Enable R8 full mode for maximum optimization
android.enableR8.fullMode=true
android.enableR8.fullMode=true

# New Kotlin build APIs
kotlin.compiler.runViaBuildToolsApi=true
kotlin.compiler.execution.strategy=in-process
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ kotlin.compiler.preciseCompilationResultsBackup=true
# AndroidX flags
android.useAndroidX=true

# New Kotlin build APIs
kotlin.compiler.runViaBuildToolsApi=true
kotlin.compiler.execution.strategy=in-process

GROUP=dev.zacsweers.metro
VERSION_NAME=0.10.0-SNAPSHOT
POM_DESCRIPTION=A multiplatform, compile-time injection framework for Kotlin.
Expand Down
4 changes: 4 additions & 0 deletions samples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ kotlin.compiler.preciseCompilationResultsBackup=true
kotlin.js.yarn=false

org.jetbrains.compose.experimental.macos.enabled=true

# New Kotlin build APIs
kotlin.compiler.runViaBuildToolsApi=true
kotlin.compiler.execution.strategy=in-process
Loading