Skip to content

Commit 123bed1

Browse files
authored
Update build.gradle.kts
Signed-off-by: Kenechukwu Akubue <kengoon19@gmail.com>
1 parent b09aa9c commit 123bed1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sjfirebase/build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ dependencies {
5454
testImplementation(libs.junit)
5555
androidTestImplementation(libs.androidx.test.ext.junit)
5656
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")
5762
// Import the BoM for the Firebase platform
5863
implementation(platform("com.google.firebase:firebase-bom:32.6.0"))
5964

@@ -67,4 +72,4 @@ dependencies {
6772
implementation("com.google.firebase:firebase-database")
6873
//noinspection UseTomlInstead
6974
implementation("com.google.firebase:firebase-storage")
70-
}
75+
}

0 commit comments

Comments
 (0)