Update publishing and usage of kotlin-annotation-processing plugin
- removed 'kotlin-annotation-processing-gradle' publication as it duplicated 'kotlin-annotation-processing-embeddable' - removed 'kotlin-annotation-processing-maven' as it is embedded into 'kotlin-maven-plugin'. Instead 'kotlin-maven-plugin' now depends on 'kotlin-annotation-processing' directly. ^KT-52811 In Progress
This commit is contained in:
committed by
Space Team
parent
a58d6fd13a
commit
1eb27f2aac
+1
-1
@@ -63,7 +63,7 @@ public class AnnotationProcessingManager {
|
||||
|
||||
static {
|
||||
KAPT_DEPENDENCY.setGroupId("org.jetbrains.kotlin");
|
||||
KAPT_DEPENDENCY.setArtifactId("kotlin-annotation-processing-maven");
|
||||
KAPT_DEPENDENCY.setArtifactId("kotlin-annotation-processing");
|
||||
try {
|
||||
KAPT_DEPENDENCY.setVersion(getMavenPluginVersion());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user