mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
14 lines
230 B
Kotlin
14 lines
230 B
Kotlin
repositories {
|
|
jcenter()
|
|
}
|
|
|
|
dependencies {
|
|
gradleApi()
|
|
compile("com.avast.gradle", "gradle-docker-compose-plugin", "0.9.3")
|
|
}
|
|
|
|
plugins {
|
|
`kotlin-dsl` apply true
|
|
id("tanvd.kosogor") version "1.0.7" apply true
|
|
}
|