We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09aa9c commit 123bed1Copy full SHA for 123bed1
1 file changed
sjfirebase/build.gradle.kts
@@ -54,6 +54,11 @@ dependencies {
54
testImplementation(libs.junit)
55
androidTestImplementation(libs.androidx.test.ext.junit)
56
androidTestImplementation(libs.espresso.core)
57
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
58
+
59
+ // Specify only the modules you need and the BOM will provide the versions
60
+ implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
61
+ implementation("org.jetbrains.kotlin:kotlin-reflect")
62
// Import the BoM for the Firebase platform
63
implementation(platform("com.google.firebase:firebase-bom:32.6.0"))
64
@@ -67,4 +72,4 @@ dependencies {
67
72
implementation("com.google.firebase:firebase-database")
68
73
//noinspection UseTomlInstead
69
74
implementation("com.google.firebase:firebase-storage")
70
-}
75
+}
0 commit comments