We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77a6cff + 91bc3fe commit 4cbd476Copy full SHA for 4cbd476
gradle.properties
@@ -4,6 +4,7 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
4
#Kotlin
5
kotlin.code.style=official
6
kotlin.native.ignoreDisabledTargets=true
7
+kotlin.native.cacheKind=none
8
9
#MPP
10
kotlin.mpp.stability.nowarn=true
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ ktorClient = "3.1.3"
kotlinxCoroutines = "1.10.2"
coil3 = "3.2.0"
lifecycleRuntimeAndroid = "2.9.0"
-lifecycle = "2.8.4"
+lifecycle = "2.9.0"
[plugins]
11
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.8" }
0 commit comments