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 7ce28f8 commit 9ac5062Copy full SHA for 9ac5062
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
implementation("com.google.code.gson:gson:$gsonVersion")
36
implementation("org.slf4j:slf4j-api:$slf4jApiVersoion")
37
implementation("io.github.microutils:kotlin-logging:$kotlinLoginVersion")
38
- implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.22")
+ implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.24")
39
dokkaJavadocPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.9.10")
40
41
testImplementation("org.junit.jupiter:junit-jupiter-api:$jupiterVersion")
0 commit comments