mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-18 12:58:26 +01:00
7 lines
213 B
Groovy
7 lines
213 B
Groovy
applyAndroidLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
implementation Dependencies.mavenCentral.coil
|
|
implementation Dependencies.mavenCentral.accompanistSystemuicontroller
|
|
} |