mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-09 16:43:22 +01:00
7 lines
139 B
Groovy
7 lines
139 B
Groovy
applyAndroidLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
implementation Dependencies.mavenCentral.coil
|
|
}
|