1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-06 12:48:01 +01:00

7 lines
134 B
Groovy

applyAndroidLibraryModule(project)
dependencies {
implementation project(':core')
implementation project(':matrix:common')
}