| # Copied from kotlinc |
| org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx4096m -Dfile.encoding=UTF-8 |
| org.gradle.parallel=true |
| |
| # Enabled parallel sync for Gradle 9.4+ |
| org.gradle.tooling.parallel=true |
| |
| # Duplicated in gradle/libs.versions.toml: gradle-plugin's TestConfig loads this |
| # file directly at test runtime. Keep the two values in sync. |
| kotlinBaseVersion=2.3.20 |
| agpBaseVersion=9.3.0-alpha01 |
| |
| kotlin.jvm.target.validation.mode=warning |
| |
| # Build or runtime dependencies of this project |
| buildKotlinVersion=2.3.20 |
| buildKspVersion=2.3.5 |