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

9 lines
143 B
Groovy
Raw Normal View History

2022-12-11 12:49:48 +00:00
plugins {
id "st-android-library-conventions"
}
2022-02-24 21:55:56 +00:00
dependencies {
implementation project(":core")
2022-12-11 12:49:48 +00:00
implementation libs.compose.coil
2022-02-24 21:55:56 +00:00
}