2022-06-11 14:10:17 +01:00
|
|
|
plugins { id 'kotlin' }
|
2022-02-24 21:55:56 +00:00
|
|
|
|
|
|
|
dependencies {
|
2022-06-11 14:10:17 +01:00
|
|
|
compileOnly project(":domains:android:stub")
|
2022-02-24 21:55:56 +00:00
|
|
|
implementation project(":core")
|
|
|
|
implementation project(":matrix:common")
|
|
|
|
}
|