Install annotation-processor-example for Gradle integration tests.
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user