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.
1 parent 433dd0f commit 54dc670Copy full SHA for 54dc670
misc/build.gradle.kts
@@ -64,6 +64,11 @@ dependencies {
64
ksp(libs.hilt.compiler)
65
66
implementation(libs.androidx.lifecycle.runtime)
67
+ implementation(libs.androidx.window)
68
+ implementation(libs.androidx.startup.runtime)
69
+ implementation(libs.androidx.window.java)
70
+ implementation(libs.appcompat)
71
+ implementation(libs.material)
72
testImplementation(libs.junit)
73
androidTestImplementation(libs.junit)
74
androidTestImplementation(libs.androidx.test.core)
0 commit comments