Native & iOS implementation

This commit is contained in:
Salomon BRYS
2020-06-26 17:10:48 +02:00
parent 54abe2a397
commit 08b6d16836
9 changed files with 329 additions and 55 deletions

View File

@@ -1 +1,13 @@
# gradle
org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true
# kotlin
kotlin.code.style=official
kotlin.incremental.multiplatform = true
kotlin.parallel.tasks.in.project=true
#kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
# https://github.com/gradle/gradle/issues/11412
systemProp.org.gradle.internal.publish.checksums.insecure=true