- tidy up build scripts to use convention plugins - use centralised repo definition - tidy up some of the build config
11 lines
156 B
Kotlin
11 lines
156 B
Kotlin
package buildsrc.conventions.lang
|
|
|
|
plugins {
|
|
id("buildsrc.conventions.lang.kotlin-multiplatform-base")
|
|
}
|
|
|
|
kotlin {
|
|
jvm {
|
|
withJava()
|
|
}
|
|
}
|