2022-12-11 13:49:48 +01:00
|
|
|
plugins {
|
|
|
|
id "st-android-compose-library-conventions"
|
|
|
|
}
|
2022-06-11 15:10:17 +02:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(":core")
|
|
|
|
implementation project(":features:navigator")
|
2022-09-08 16:08:19 +02:00
|
|
|
implementation project(":design-library")
|
2022-06-11 15:10:17 +02:00
|
|
|
api project(":domains:android:core")
|
|
|
|
}
|