blob: b6f10bea64f9b565141d97ef23afe84462f57d8b [file]
description = "Simple Annotation Processor for testing kapt"
plugins {
kotlin("jvm")
maven // only used for installing to mavenLocal()
}
dependencies {
compile(projectDist(":kotlin-stdlib"))
}
sourceSets {
"test" {}
}