1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-08 07:48:33 +01:00
2022-04-25 23:09:35 +01:00

7 lines
139 B
Groovy

applyAndroidLibraryModule(project)
dependencies {
implementation project(":core")
implementation Dependencies.mavenCentral.coil
}