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.
1 parent 85b9a5b commit 5d1db2dCopy full SHA for 5d1db2d
build.gradle.kts
@@ -1,3 +1,5 @@
1
+import org.jetbrains.kotlin.compose.compiler.gradle.ComposeFeatureFlag
2
+
3
plugins {
4
alias(libs.plugins.kotlin)
5
alias(libs.plugins.compose.compiler)
@@ -31,4 +33,5 @@ dependencies {
31
33
composeCompiler {
32
34
includeTraceMarkers = true
35
includeSourceInformation = true
36
+ featureFlags = setOf(ComposeFeatureFlag.PausableComposition./* workaround for https://github.com/jacoco/jacoco/issues/1911 */disabled())
37
}
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
[versions]
-kotlin = "2.1.21"
+kotlin = "2.2.10"
junit5 = "5.11.4"
[plugins]
0 commit comments