Skip to content

Commit 5d1db2d

Browse files
Upgrade Kotlin to 2.2.10 (#74)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Mandrikov <[email protected]>
1 parent 85b9a5b commit 5d1db2d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.jetbrains.kotlin.compose.compiler.gradle.ComposeFeatureFlag
2+
13
plugins {
24
alias(libs.plugins.kotlin)
35
alias(libs.plugins.compose.compiler)
@@ -31,4 +33,5 @@ dependencies {
3133
composeCompiler {
3234
includeTraceMarkers = true
3335
includeSourceInformation = true
36+
featureFlags = setOf(ComposeFeatureFlag.PausableComposition./* workaround for https://github.com/jacoco/jacoco/issues/1911 */disabled())
3437
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.1.21"
2+
kotlin = "2.2.10"
33
junit5 = "5.11.4"
44

55
[plugins]

0 commit comments

Comments
 (0)