Rearrange and rename idea-plugin related and annotation-processing modules

This commit is contained in:
Ilya Chernikov
2017-08-31 19:35:24 +03:00
parent e23c26b5d1
commit b4c9422376
15 changed files with 255 additions and 293 deletions
+7
View File
@@ -1,4 +1,6 @@
description = "Annotation Processor for Kotlin"
apply { plugin("kotlin") }
dependencies {
@@ -23,3 +25,8 @@ projectTest {
workingDir = rootDir
}
runtimeJar()
sourcesJar()
javadocJar()
dist()