Publish allopen compiler plugin separately
- added also 'kotlin-allopen-compiler-plugin-embeddable' to be used with 'kotlin-compiler-embeddable' - 'kotlin-maven-allopen' now just depends on 'kotlin-allopen-compiler-plugin' instead of "embeding" it into itself ^KT-52811 In Progress
This commit is contained in:
committed by
Space Team
parent
64f8b87b66
commit
1ccd7afde7
@@ -15,8 +15,6 @@ dependencies {
|
||||
|
||||
commonCompileOnly(project(":kotlin-compiler-embeddable"))
|
||||
commonCompileOnly(project(":kotlin-allopen-compiler-plugin"))
|
||||
|
||||
embedded(project(":kotlin-allopen-compiler-plugin")) { isTransitive = false }
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ class AllOpenGradleSubplugin
|
||||
return project.extensions.getByType(AllOpenExtension::class.java)
|
||||
}
|
||||
|
||||
private const val ALLOPEN_ARTIFACT_NAME = "kotlin-allopen"
|
||||
private const val ALLOPEN_ARTIFACT_NAME = "kotlin-allopen-compiler-plugin-embeddable"
|
||||
|
||||
private const val ANNOTATION_ARG_NAME = "annotation"
|
||||
private const val PRESET_ARG_NAME = "preset"
|
||||
|
||||
Reference in New Issue
Block a user