Continue switching projects to improved dsl: sourceSets and test running
This commit is contained in:
@@ -3,10 +3,10 @@ description = "Simple Annotation Processor for testing kapt"
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
val compile by configurations
|
||||
compile(project(":kotlin-stdlib"))
|
||||
}
|
||||
|
||||
configureKotlinProjectSources("src/kotlin")
|
||||
configureKotlinProjectResources("src/resources")
|
||||
configureKotlinProjectNoTests()
|
||||
sourceSets {
|
||||
"test" {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user