10 lines
No EOL
154 B
Kotlin
10 lines
No EOL
154 B
Kotlin
plugins {
|
|
alias(deps.plugins.kotlin.jvm)
|
|
id("configuration")
|
|
}
|
|
|
|
dependencies {
|
|
|
|
/** Coroutines */
|
|
implementation(deps.kotlin.coroutines)
|
|
} |