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 cbad8dc commit 1bd6291Copy full SHA for 1bd6291
buildSrc/src/main/kotlin/usvm.kotlin-conventions.gradle.kts
@@ -16,9 +16,9 @@ repositories {
16
17
dependencies {
18
// Align versions of all Kotlin components
19
- implementation(platform(kotlin("bom")))
20
- implementation(kotlin("stdlib-jdk8"))
21
- implementation(kotlin("reflect"))
+ implementation(platform(kotlin("bom", Versions.kotlin)))
+ implementation(kotlin("stdlib-jdk8", Versions.kotlin))
+ implementation(kotlin("reflect", Versions.kotlin))
22
23
implementation(Libs.kotlin_logging)
24
implementation(Libs.kotlinx_coroutines_core)
0 commit comments