This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
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
5
6
}
Original file line number Diff line number Diff line change 1
- # Thu Nov 30 21:59:47 CAT 2023
1
+ # Thu May 30 17:19:08 EAT 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" com.android.application" )
3
3
id(" org.jetbrains.kotlin.android" )
4
+ id(" org.jetbrains.kotlin.plugin.compose" )
4
5
}
5
6
6
7
android {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
4
4
id(" maven-publish" )
5
5
id(" io.gitlab.arturbosch.detekt" ) version " 1.23.6"
6
6
id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.14.0"
7
+ id(" org.jetbrains.kotlin.plugin.compose" )
7
8
}
8
9
9
10
android {
@@ -40,9 +41,6 @@ android {
40
41
buildFeatures {
41
42
compose = true
42
43
}
43
- composeOptions {
44
- kotlinCompilerExtensionVersion = " 1.5.5"
45
- }
46
44
47
45
packaging {
48
46
resources {
You can’t perform that action at this time.
0 commit comments