mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-20 21:50:46 +01:00
9 lines
143 B
Groovy
9 lines
143 B
Groovy
plugins {
|
|
id "st-android-library-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
implementation libs.compose.coil
|
|
}
|