mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-12 18:16:07 +01:00
7 lines
134 B
Groovy
7 lines
134 B
Groovy
|
applyAndroidLibraryModule(project)
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':core')
|
||
|
implementation project(':matrix:common')
|
||
|
}
|