You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
661 B
30 lines
661 B
6 months ago
|
org.gradle.jvmargs=-Xmx3g
|
||
|
kotlin.code.style=official
|
||
|
android.useAndroidX=true
|
||
|
agp.version=8.0.2
|
||
|
|
||
|
#Compose for Web is Experimental
|
||
|
org.jetbrains.compose.experimental.wasm.enabled=true
|
||
|
|
||
|
# region Versions for Kotlin 1.9.x Generation
|
||
|
kotlin.version.1.9.x=1.9.23
|
||
|
compose.compiler.version.1.9.x=1.5.8
|
||
|
compose.wasm.version.1.9.x=1.6.0
|
||
|
|
||
|
# To enable K2 Kotlin compiler uncomment the next line
|
||
|
#kotlin.experimental.tryK2=true
|
||
|
|
||
|
# endregion
|
||
|
|
||
|
# region Versions for Kotlin 2.0.0 Generation
|
||
|
kotlin.version.2.0.0=2.0.0-Beta4
|
||
|
compose.compiler.version.2.0.0=1.5.9-kt-2.0.0-Beta4
|
||
|
compose.wasm.version.2.0.0=1.6.0
|
||
|
|
||
|
|
||
|
# endregion
|
||
|
|
||
|
#
|
||
|
kotlin.generation=1.9.x
|
||
|
#kotlin.generation=2.0.0
|