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

9 lines
158 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')
implementation project(':domains:android:core')
}