8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
plugins {
|
|
id("kotlin-convention")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":utils"))
|
|
}
|