Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba132f4

Browse files
authoredAug 22, 2024··
chore(deps): update kotlin & dokka & compose compiler to v2
1 parent 5c46ddf commit ba132f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
77

88
plugins {
9-
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
10-
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23" apply false
9+
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
10+
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" apply false
1111
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
1212
id("org.jmailen.kotlinter") version "4.1.1" apply false
1313
id("com.android.application") version "8.3.0" apply false

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minSdk = "21"
55

66
[libraries]
77

8-
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.9.23" }
8+
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "2.0.20" }
99
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
1010
# compiler dependency is defined to help Renovabot update the version
1111
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }

0 commit comments

Comments
 (0)
Please sign in to comment.