mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-08 16:12:56 +01:00
6 lines
133 B
Groovy
6 lines
133 B
Groovy
|
applyAndroidLibraryModule(project)
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(":core")
|
||
|
implementation project(":matrix:common")
|
||
|
}
|