Oleksandr Karpovich
1 year ago
committed by
GitHub
6 changed files with 41 additions and 45 deletions
@ -1,15 +1,17 @@
|
||||
org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m |
||||
kotlin.code.style=official |
||||
kotlin.native.enableDependencyPropagation=false |
||||
android.useAndroidX=true |
||||
kotlin.version=1.9.10 |
||||
kotlin.version=1.9.20-RC |
||||
agp.version=7.3.0 |
||||
compose.version=1.5.1 |
||||
compose.version=1.5.10-rc01 |
||||
|
||||
#empty by default - a default version will be used |
||||
compose.kotlinCompilerPluginVersion=1.5.2 |
||||
compose.kotlinCompilerPluginVersion=1.5.2.1-rc01 |
||||
|
||||
# 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 |
||||
#tests.failing.kjs=rememberAnonymousObj |
||||
|
||||
# TODO: we should test with both K2 and K1 |
||||
#kotlin.experimental.tryK2=true |
Loading…
Reference in new issue