Skip to content

Commit e816aed

Browse files
committed
Update kotlin, coroutines, remove deprecated ios32 target
1 parent e407325 commit e816aed

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

build.gradle.kts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
kotlin.code.style=official
22

33
group=io.rebble.libpebblecommon
4-
version=0.1.14
4+
version=0.1.15
55
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
66
kotlin.native.binary.memoryModel=experimental
77
kotlin.mpp.androidSourceSetLayoutVersion=2
8-
kotlinVersion=1.8.10
8+
kotlinVersion=1.9.22
99
agpVersion=7.4.0
1010
android.disableAutomaticComponentCreation=true

0 commit comments

Comments
 (0)