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

7 lines
220 B
Groovy

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