mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-06 15:20:45 +01:00
14 lines
254 B
Groovy
14 lines
254 B
Groovy
plugins {
|
|
id "st-android-compose-library-conventions"
|
|
}
|
|
|
|
android {
|
|
namespace "app.dapk.st.design"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
implementation libs.compose.coil
|
|
implementation libs.accompanist.systemuicontroller
|
|
}
|