mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-23 00:09:59 +01:00
7 lines
220 B
Groovy
7 lines
220 B
Groovy
applyAndroidComposeLibraryModule(project)
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
implementation Dependencies.mavenCentral.coil
|
|
implementation Dependencies.mavenCentral.accompanistSystemuicontroller
|
|
} |