mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-08 16:12:56 +01:00
9 lines
158 B
Groovy
9 lines
158 B
Groovy
plugins {
|
|
id "st-android-library-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':core')
|
|
implementation project(':domains:android:core')
|
|
}
|