File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,6 @@ kotlin {
7777 }
7878 }
7979
80- iosArm32(" iosArmv7" ) {
81- binaries {
82- framework {
83- baseName = " libpebblecommon"
84- }
85- }
86- }
87-
8880 iosSimulatorArm64(" iosSimulatorArm64" ) {
8981 binaries {
9082 framework {
@@ -95,7 +87,7 @@ kotlin {
9587
9688 val klockVersion = " 2.4.13"
9789 val ktorVersion = " 1.6.7"
98- val coroutinesVersion = " 1.6.4 "
90+ val coroutinesVersion = " 1.7.3 "
9991 val uuidVersion = " 0.4.1"
10092 val kotlinxSerVersion = " 1.5.0"
10193 val kermitVersion = " 2.0.0-RC4"
@@ -136,10 +128,6 @@ kotlin {
136128 kotlin.srcDir(" src/iosMain/kotlin" )
137129 }
138130
139- val iosArmv7Main by getting {
140- kotlin.srcDir(" src/iosMain/kotlin" )
141- }
142-
143131 val iosSimulatorArm64Main by getting {
144132 kotlin.srcDir(" src/iosMain/kotlin" )
145133 }
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33group =io.rebble.libpebblecommon
4- version =0.1.14
4+ version =0.1.15
55org.gradle.jvmargs =-Xms128M -Xmx1G -XX:ReservedCodeCacheSize =200M
66kotlin.native.binary.memoryModel =experimental
77kotlin.mpp.androidSourceSetLayoutVersion =2
8- kotlinVersion =1.8.10
8+ kotlinVersion =1.9.22
99agpVersion =7.4.0
1010android.disableAutomaticComponentCreation =true
You can’t perform that action at this time.
0 commit comments