Change kotlin-assignment plugin to use published compiler plugin
^KT-52811 In Progress
This commit is contained in:
committed by
Space Team
parent
1ccd7afde7
commit
5e41cbda75
+1
-1
@@ -18,7 +18,7 @@ class AssignmentSubplugin
|
||||
) : KotlinCompilerPluginSupportPlugin {
|
||||
|
||||
companion object {
|
||||
const val COMPILER_PLUGIN_ARTIFACT_NAME = "kotlin-assignment"
|
||||
const val COMPILER_PLUGIN_ARTIFACT_NAME = "kotlin-assignment-compiler-plugin-embeddable"
|
||||
const val COMPILER_PLUGIN_ID = "org.jetbrains.kotlin.assignment"
|
||||
private const val ANNOTATION_ARG_NAME = "annotation"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user