Implement Gradle Kotlin DSL build
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
description = "Simple Annotation Processor for testing kapt"
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
val compile by configurations
|
||||
compile(kotlinDep("stdlib"))
|
||||
}
|
||||
|
||||
configureKotlinProjectSources("src/kotlin")
|
||||
configureKotlinProjectResources("src/resources")
|
||||
configureKotlinProjectNoTests()
|
||||
Reference in New Issue
Block a user