7 lines
146 B
Kotlin
7 lines
146 B
Kotlin
plugins {
|
|
java
|
|
}
|
|
|
|
val localRuntimeOnly = configurations.create("localRuntimeOnly")
|
|
sourceSets.main.get().runtimeClasspath += localRuntimeOnly
|