smalltalk-matrix/design-library/build.gradle

14 lines
254 B
Groovy
Raw Permalink Normal View History

2022-12-11 13:49:48 +01:00
plugins {
id "st-android-compose-library-conventions"
}
2022-02-24 22:55:56 +01:00
android {
namespace "app.dapk.st.design"
}
2022-02-24 22:55:56 +01:00
dependencies {
implementation project(":core")
2022-12-11 13:49:48 +01:00
implementation libs.compose.coil
implementation libs.accompanist.systemuicontroller
}