Skip to content

Commit d174f67

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ repositories {
77
}
88

99
dependencies {
10+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
11+
12+
// Specify only the modules you need and the BOM will provide the versions
13+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
14+
implementation("org.jetbrains.kotlin:kotlin-reflect")
1015
implementation(libs.kgp)
1116
implementation(libs.agp)
1217
}

0 commit comments

Comments
 (0)