smalltalk-matrix/domains/android/imageloader/build.gradle

9 lines
143 B
Groovy
Raw Normal View History

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