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 353d268 commit b7146a0Copy full SHA for b7146a0
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