Skip to content

Commit fff4ad5

Browse files
committed
deps: update kotlin and hilt
1 parent dc9a086 commit fff4ad5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

app/build.gradle.kts

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
id("com.google.gms.google-services")
77
id("com.google.firebase.crashlytics")
88
id("org.jetbrains.kotlin.android")
9+
id("org.jetbrains.kotlin.plugin.compose")
910
id("kotlin-kapt")
1011
id("dagger.hilt.android.plugin")
1112
id("jacoco")
@@ -30,10 +31,6 @@ android {
3031
buildConfig = true
3132
}
3233

33-
composeOptions {
34-
kotlinCompilerExtensionVersion = "1.4.4"
35-
}
36-
3734
compileSdk = 35
3835
defaultConfig {
3936
applicationId = "org.kabiri.android.usbterminal"

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ buildscript {
22
ext {
33
coroutines_version = "1.6.4"
44
firebase_bom_version = "32.8.0"
5-
hilt_version = "2.44"
5+
hilt_version = "2.56.2"
66
jacoco_version = "0.8.8"
7-
kotlin_version = "1.8.10"
7+
kotlin_version = "2.1.20"
88
material_version = "1.12.0"
99
}
1010
dependencies {
@@ -16,7 +16,8 @@ buildscript {
1616

1717
plugins {
1818
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"
2021
id("org.sonarqube") version "3.5.0.2730"
2122
}
2223

0 commit comments

Comments
 (0)