10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
|
plugins {
|
||
|
id("lib-multisrc")
|
||
|
}
|
||
|
|
||
|
baseVersionCode = 1
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":lib:i18n"))
|
||
|
}
|