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.
17 lines
559 B
17 lines
559 B
2 years ago
|
org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m
|
||
|
kotlin.code.style=official
|
||
|
kotlin.native.enableDependencyPropagation=false
|
||
|
android.useAndroidX=true
|
||
|
kotlin.version=1.8.10
|
||
|
agp.version=7.3.0
|
||
|
compose.version=1.3.0
|
||
|
kotlin.native.cacheKind=none
|
||
|
|
||
|
#empty by default - a default version will be used
|
||
|
compose.kotlinCompilerPluginVersion=1.4.2-rc03
|
||
|
|
||
|
# default|failingJs - see enum class CasesToRun
|
||
|
tests.casesToRun=default
|
||
|
# comma separated names of test cases known to fail (either compilation or while running) with k/js.
|
||
|
tests.failing.kjs=rememberAnonymousObj
|