File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ android.useAndroidX=true
1919android.enableJetifier =true
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
22+ org.gradle.internal.publish.checksums.insecure =true
2223
2324GROUP =org.reduxkotlin
2425VERSION_NAME =0.4.0
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.0.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ kotlin {
2121 }
2222 }
2323
24+ iosArm64(" ios" )
25+ iosX64(" iosSim" )
26+ macosX64(" macos" )
27+ mingwX64(" win" )
28+ wasm32(" wasm" )
29+ linuxArm32Hfp(" linArm32" )
30+ linuxMips32(" linMips32" )
31+ linuxMipsel32(" linMipsel32" )
32+ linuxX64(" lin64" )
33+
2434 sourceSets {
2535 commonMain {
2636 dependencies {
You can’t perform that action at this time.
0 commit comments