We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 353d268 + b7146a0 commit cf7813cCopy full SHA for cf7813c
build.gradle
@@ -39,7 +39,7 @@ subprojects {
39
ext.maven_name='AtPlug test harness'
40
dependencies {
41
compileOnly "org.junit.jupiter:junit-jupiter-api:5.11.4"
42
- implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.20"
+ implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
43
implementation project(':atplug-runtime')
44
}
45
} else if (it.name == 'atplug-plugin-gradle') {
0 commit comments