mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-23 02:42:35 +01:00
fb7d830318
* expose `lib-multsrc` deps to the extensions change `implementation` to `api` * remove those libs from extensions
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 1
|
|
|
|
dependencies {
|
|
api(project(":lib:dataimage"))
|
|
}
|