mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-14 11:04:04 +01:00
7 lines
127 B
Groovy
7 lines
127 B
Groovy
plugins { id 'kotlin' }
|
|
|
|
dependencies {
|
|
compileOnly project(":domains:android:stub")
|
|
implementation project(":core")
|
|
}
|