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.
2 parents 566f54f + 3a4a67c commit ceaed15Copy full SHA for ceaed15
gradle-plugin/build.gradle.kts
@@ -45,7 +45,7 @@ gradlePlugin {
45
id = rootProject.group.toString()
46
displayName = "SimplePlugin"
47
description = "SimplePlugin"
48
- implementationClass = "org.demiurg906.kotlin.plugin.SimpleGradlePlugin"
+ implementationClass = "org.jetbrains.kotlin.compiler.plugin.template.SimpleGradlePlugin"
49
}
50
51
0 commit comments