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 dba3bf8 commit faf19c6Copy full SHA for faf19c6
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-kotlin = "1.9.24"
+kotlin = "2.0.0"
3
shadow = "8.1.1"
4
run = "2.3.0"
5
paperweight = "1.7.1"
settings.gradle.kts
@@ -26,7 +26,7 @@ projectSettings {
26
mainClass = "TemplatePlugin"
27
description = "A simple Template-Plugin using Kotlin as main language"
28
dependencies {
29
- add("KotlinProvider")
+ add("CoreControl")
30
}
31
32
0 commit comments