File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ kotlin {
8787
8888 val klockVersion = " 2.4.13"
8989 val ktorVersion = " 1.6.7"
90- val coroutinesVersion = " 1.7.3 "
90+ val coroutinesVersion = " 1.8.0 "
9191 val uuidVersion = " 0.4.1"
9292 val kotlinxSerVersion = " 1.5.0"
9393 val kermitVersion = " 2.0.0-RC4"
@@ -105,11 +105,7 @@ kotlin {
105105 implementation(kotlin(" stdlib-common" ))
106106 implementation(" com.benasher44:uuid:$uuidVersion " )
107107 implementation(" com.soywiz.korlibs.klock:klock:$klockVersion " )
108- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion " ) {
109- version {
110- strictly(coroutinesVersion)
111- }
112- }
108+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion " )
113109 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinxSerVersion " )
114110 implementation(" co.touchlab:kermit:$kermitVersion " )
115111 }
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33group =io.rebble.libpebblecommon
4- version =0.1.15
4+ version =0.1.16
55org.gradle.jvmargs =-Xms128M -Xmx1G -XX:ReservedCodeCacheSize =200M
66kotlin.native.binary.memoryModel =experimental
77kotlin.mpp.androidSourceSetLayoutVersion =2
You can’t perform that action at this time.
0 commit comments