Skip to content

Commit d693ae2

Browse files
committed
#843 added todo, try update coroutines
1 parent 068b3ce commit d693ae2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginAndroidGradleVersion = "8.13.2"
99

1010
# kotlinx
1111
kotlinxSerializationVersion = "1.6.1"
12-
kotlinxCoroutinesVersion = "1.8.0"
12+
kotlinxCoroutinesVersion = "1.9.0"
1313
kotlinxBrowserVersion = "0.3"
1414

1515
# android

resources-generator/src/main/kotlin/dev/icerock/gradle/generator/platform/android/SetupAndroidMultiplatformLibraryTargetSources.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ fun setupAndroidMultiplatformLibraryTargetSources(
6868
)
6969
}
7070
} else {
71+
// TODO: Remove this 'else' branch and the 'hasNewVariantApi'
72+
// check when dropping support for AGP < 8.10.0.
73+
// The 'onVariant' API is scheduled for removal in AGP 9.0.
7174
@Suppress("DEPRECATION")
7275
androidExtension.onVariant { variant: KotlinMultiplatformAndroidVariant ->
7376
variantHandler(

0 commit comments

Comments
 (0)