mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
13 lines
194 B
Kotlin
13 lines
194 B
Kotlin
plugins {
|
|
kotlin("jvm") version "1.3.61" apply true
|
|
id("tanvd.kosogor") version "1.0.7" apply true
|
|
}
|
|
|
|
subprojects {
|
|
apply(plugin = "tanvd.kosogor")
|
|
}
|
|
|
|
repositories {
|
|
jcenter()
|
|
}
|