We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
androidx.core:core-ktx
1 parent e459e89 commit b9d036cCopy full SHA for b9d036c
android/dependencies.gradle
@@ -110,7 +110,9 @@ ext {
110
androidAppCompat : "androidx.appcompat:appcompat:1.6.1",
111
androidCamera : "androidx.camera:camera-camera2:1.2.0-beta02",
112
androidCameraMlKitVision : "androidx.camera:camera-mlkit-vision:1.2.0-beta02",
113
- androidCoreKotlinExtensions : "androidx.core:core-ktx:1.9.0",
+ androidCoreKotlinExtensions : kotlinVersionNumber >= 10800
114
+ ? "androidx.core:core-ktx:1.10.1"
115
+ : "androidx.core:core-ktx:1.9.0",
116
androidEspressoCore : "androidx.test.espresso:espresso-core:3.5.1",
117
androidJUnit : "androidx.test.ext:junit:1.1.5",
118
androidJUnitKotlinExtensions: "androidx.test.ext:junit-ktx:1.1.5",
0 commit comments