We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ebc7e commit a3bdbebCopy full SHA for a3bdbeb
gradle/libs.versions.toml
@@ -3,12 +3,12 @@ kotlin = "1.9.0"
3
4
androidGradlePlugin = "8.0.2"
5
6
-ktx = "1.10.1"
7
-appcompat = "1.6.1"
+androidx-ktx = "1.10.1"
+androidx-appcompat = "1.6.1"
8
9
[libraries]
10
-androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
11
-androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
+androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-ktx" }
+androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
12
13
[plugins]
14
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
0 commit comments