
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 2
|
|
|
|
dependencies {
|
|
implementation(project(":lib:synchrony"))
|
|
}
|