1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-01-08 16:12:56 +01:00
smalltalk-matrix/design-library/build.gradle

7 lines
220 B
Groovy

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