diff --git a/gradle.properties b/gradle.properties index 3323c21..53a0c8e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs = -Xmx4g -XX:MaxMetaspaceSize=2g org.gradle.parallel = true +kotlin.experimental.tryK2=true android.useAndroidX = true - -org.kodein.native.enableCrossCompilation=true +org.kodein.native.enableCrossCompilation=true \ No newline at end of file diff --git a/kodein.local.properties b/kodein.local.properties new file mode 100644 index 0000000..ece09c8 --- /dev/null +++ b/kodein.local.properties @@ -0,0 +1 @@ +allowWarnings=true