Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit e47e703

Browse files
committed
update Kotlin version to 2.0
1 parent d583ed3 commit e47e703

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
2-
id("com.android.application") version "8.2.2" apply false
3-
id("com.android.library") version "8.2.2" apply false
4-
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
2+
id("com.android.application") version "8.4.0" apply false
3+
id("com.android.library") version "8.4.0" apply false
4+
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
5+
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" apply false
56
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 30 21:59:47 CAT 2023
1+
#Thu May 30 17:19:08 EAT 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

sample/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id("com.android.application")
33
id("org.jetbrains.kotlin.android")
4+
id("org.jetbrains.kotlin.plugin.compose")
45
}
56

67
android {

validable/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44
id("maven-publish")
55
id("io.gitlab.arturbosch.detekt") version "1.23.6"
66
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0"
7+
id("org.jetbrains.kotlin.plugin.compose")
78
}
89

910
android {
@@ -40,9 +41,6 @@ android {
4041
buildFeatures {
4142
compose = true
4243
}
43-
composeOptions {
44-
kotlinCompilerExtensionVersion = "1.5.5"
45-
}
4644

4745
packaging {
4846
resources {

0 commit comments

Comments
 (0)