2022-12-11 13:49:48 +01:00
|
|
|
plugins {
|
2022-12-11 16:06:05 +01:00
|
|
|
id "kotlin"
|
2022-12-11 13:49:48 +01:00
|
|
|
}
|
2022-02-24 22:55:56 +01:00
|
|
|
|
|
|
|
dependencies {
|
2022-06-11 15:10:17 +02:00
|
|
|
compileOnly project(":domains:android:stub")
|
2023-01-14 12:47:31 +01:00
|
|
|
compileOnly libs.androidx.annotation
|
2022-02-24 22:55:56 +01:00
|
|
|
implementation project(":core")
|
|
|
|
}
|