We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36dab7 commit d174f67Copy full SHA for d174f67
1 file changed
buildSrc/build.gradle.kts
@@ -7,6 +7,11 @@ repositories {
7
}
8
9
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")
15
implementation(libs.kgp)
16
implementation(libs.agp)
17
0 commit comments