Rok Oblak
05/24/2025, 5:20 AM3.3.0
+ CMP 1.7.3
worked fine
upgrading to CMP 1.8.0
started crashing whenever back swipe was performed (something in a coroutine crashed, but crashlog is hard to decipher; normal back button i.e. pop from stack worked fine)
then keeping CMP 1.8.0
but upgrading Decompose to 3.4.0-alpha01
fixed it againArkadii Ivanov
05/24/2025, 7:39 AMArkadii Ivanov
05/24/2025, 7:39 AMRok Oblak
05/24/2025, 7:40 AMkotlin.code.style=official
#Gradle
org.gradle.jvmargs=-Xmx16G -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx16G"
kotlin.daemon.jvmargs=-Xmx16G
#Android
android.nonTransitiveRClass=true
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
#Kotlin Multiplatform
kotlin.mpp.enableCInteropCommonization=true
#Ktor
io.ktor.development=true
# Workaround for a CMP issue on iOS: <https://github.com/JetBrains/compose-multiplatform/issues/4809#issuecomment-2169302897>
kotlin.native.cacheKind=none
compose.kotlin.native.manageCacheKind=false
Arkadii Ivanov
05/24/2025, 7:42 AMRok Oblak
05/24/2025, 7:43 AMArkadii Ivanov
05/24/2025, 7:44 AM