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 115e750 commit abe3c98Copy full SHA for abe3c98
randomgenkt/build.gradle.kts
@@ -20,7 +20,7 @@ kotlin {
20
21
dependencies {
22
implementation(kotlin("stdlib-jdk8"))
23
- implementation("org.jetbrains.kotlin:kotlin-reflect:2.2.21")
+ implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.0")
24
25
testImplementation("junit:junit:4.13.2")
26
testImplementation("org.hamcrest:hamcrest-core:3.0")
0 commit comments