mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-23 16:01:25 +01:00
11 lines
251 B
Groovy
11 lines
251 B
Groovy
plugins {
|
|
id "st-android-compose-library-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
implementation project(":features:navigator")
|
|
implementation project(":design-library")
|
|
api project(":domains:android:core")
|
|
}
|