mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-24 08:42:21 +01:00
7 lines
171 B
Groovy
7 lines
171 B
Groovy
plugins { id 'kotlin' }
|
|
|
|
dependencies {
|
|
compileOnly project(":domains:android:stub")
|
|
implementation project(":core")
|
|
implementation project(":matrix:common")
|
|
} |