Install annotation-processor-example for Gradle integration tests.

This commit is contained in:
Sergey Igushkin
2017-09-29 19:47:15 +03:00
parent feee93186b
commit ad4fc7363e
2 changed files with 6 additions and 2 deletions
@@ -1,6 +1,9 @@
description = "Simple Annotation Processor for testing kapt"
apply { plugin("kotlin") }
apply {
plugin("kotlin")
plugin("maven") // only used for installing to mavenLocal()
}
dependencies {
compile(projectDist(":kotlin-stdlib"))