8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
|
plugins {
|
||
|
id("kotlin")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(Deps.kotlin.stdlib)
|
||
|
}
|