File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ plugins {
6
6
id(" com.google.gms.google-services" )
7
7
id(" com.google.firebase.crashlytics" )
8
8
id(" org.jetbrains.kotlin.android" )
9
+ id(" org.jetbrains.kotlin.plugin.compose" )
9
10
id(" kotlin-kapt" )
10
11
id(" dagger.hilt.android.plugin" )
11
12
id(" jacoco" )
@@ -30,10 +31,6 @@ android {
30
31
buildConfig = true
31
32
}
32
33
33
- composeOptions {
34
- kotlinCompilerExtensionVersion = " 1.4.4"
35
- }
36
-
37
34
compileSdk = 35
38
35
defaultConfig {
39
36
applicationId = " org.kabiri.android.usbterminal"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ buildscript {
2
2
ext {
3
3
coroutines_version = " 1.6.4"
4
4
firebase_bom_version = " 32.8.0"
5
- hilt_version = " 2.44 "
5
+ hilt_version = " 2.56.2 "
6
6
jacoco_version = " 0.8.8"
7
- kotlin_version = " 1.8.10 "
7
+ kotlin_version = " 2.1.20 "
8
8
material_version = " 1.12.0"
9
9
}
10
10
dependencies {
@@ -16,7 +16,8 @@ buildscript {
16
16
17
17
plugins {
18
18
id(" com.android.application" ) version ' 8.7.2' apply false
19
- id(" org.jetbrains.kotlin.android" ) version " 1.8.10" apply false
19
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20" apply false
20
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.20"
20
21
id(" org.sonarqube" ) version " 3.5.0.2730"
21
22
}
22
23
You can’t perform that action at this time.
0 commit comments