@@ -3,30 +3,28 @@ compileSdkVer = "34"
33targetSdkVer = " 34"
44minSdkVer = " 28"
55
6- androidGradlePlugin = " 8.4 .0"
7- androidTools = " 31.4 .0"
6+ androidGradlePlugin = " 8.5 .0"
7+ androidTools = " 31.5 .0"
88
9- kotlin = " 1.9.23 "
9+ kotlin = " 2.0.0 "
1010# https://github.com/google/ksp/releases
11- ksp = " 1.9.23-1.0.20"
12- # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
13- androidxComposeCompiler = " 1.5.13"
11+ ksp = " 2.0.0-1.0.22"
1412androidDesugarJdkLibs = " 2.0.4"
1513
16- kotlinxCoroutines = " 1.8.0 "
14+ kotlinxCoroutines = " 1.8.1 "
1715
1816androidxCore = " 1.13.1"
1917androidxCoreSplashscreen = " 1.0.1"
20- androidxAppCompat = " 1.6.1 "
18+ androidxAppCompat = " 1.7.0 "
2119androidxActivity = " 1.9.0"
2220androidxStartup = " 1.1.1"
2321androidxHiltNavigationCompose = " 1.2.0"
2422androidxConstraintlayoutCompose = " 1.0.1"
25- androidxLifecycle = " 2.7.0 "
23+ androidxLifecycle = " 2.8.2 "
2624androidxDataStore = " 1.1.1"
2725
28- androidxComposeBom = " 2024.05 .00"
29- androidxCompose = " 1.7.0-alpha08 "
26+ androidxComposeBom = " 2024.06 .00"
27+ androidxCompose = " 1.7.0-beta03 "
3028androidxComposeMaterial3 = " 1.1.2"
3129
3230hilt = " 2.51.1"
@@ -35,9 +33,9 @@ hiltExt = "1.0.0"
3533androidxNavigation = " 2.7.7"
3634
3735junit4 = " 4.13.2"
38- androidxTestCore = " 1.5 .0"
39- androidxTestExt = " 1.1.5 "
40- androidxEspresso = " 3.5.1 "
36+ androidxTestCore = " 1.6 .0"
37+ androidxTestExt = " 1.2.0 "
38+ androidxEspresso = " 3.6.0 "
4139
4240coil = " 2.6.0"
4341javaxInject = " 1"
@@ -47,7 +45,7 @@ retrofit = "2.11.0"
4745gson = " 2.10.1"
4846room = " 2.6.1"
4947turbine = " 1.1.0"
50- junit = " 1.1.5 "
48+ junit = " 1.2.0 "
5149material = " 1.12.0"
5250haze = " 0.7.1"
5351
@@ -63,6 +61,7 @@ android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", ver
6361android-tools-common = { group = " com.android.tools" , name = " common" , version.ref = " androidTools" }
6462kotlin-gradlePlugin = { group = " org.jetbrains.kotlin" , name = " kotlin-gradle-plugin" , version.ref = " kotlin" }
6563ksp-gradlePlugin = { group = " com.google.devtools.ksp" , name = " com.google.devtools.ksp.gradle.plugin" , version.ref = " ksp" }
64+ compose-gradlePlugin = { module = " org.jetbrains.kotlin:compose-compiler-gradle-plugin" , version.ref = " kotlin" }
6665
6766# android
6867android-desugarJdkLibs = { group = " com.android.tools" , name = " desugar_jdk_libs" , version.ref = " androidDesugarJdkLibs" }
@@ -133,6 +132,7 @@ haze = { group = "dev.chrisbanes.haze", name = "haze", version.ref = "haze" }
133132
134133[plugins ]
135134kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
135+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
136136android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
137137android-library = { id = " com.android.library" , version.ref = " androidGradlePlugin" }
138138hilt = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
0 commit comments