Skip to content

Commit

Permalink
Update kotlin, coroutines, remove deprecated ios32 target
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed May 24, 2024
1 parent e407325 commit e816aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ kotlin {
}
}

iosArm32("iosArmv7") {
binaries {
framework {
baseName = "libpebblecommon"
}
}
}

iosSimulatorArm64("iosSimulatorArm64") {
binaries {
framework {
Expand All @@ -95,7 +87,7 @@ kotlin {

val klockVersion = "2.4.13"
val ktorVersion = "1.6.7"
val coroutinesVersion = "1.6.4"
val coroutinesVersion = "1.7.3"
val uuidVersion = "0.4.1"
val kotlinxSerVersion = "1.5.0"
val kermitVersion = "2.0.0-RC4"
Expand Down Expand Up @@ -136,10 +128,6 @@ kotlin {
kotlin.srcDir("src/iosMain/kotlin")
}

val iosArmv7Main by getting {
kotlin.srcDir("src/iosMain/kotlin")
}

val iosSimulatorArm64Main by getting {
kotlin.srcDir("src/iosMain/kotlin")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
kotlin.code.style=official

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

0 comments on commit e816aed

Please sign in to comment.