mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-09 16:43:22 +01:00
8 lines
179 B
Groovy
8 lines
179 B
Groovy
plugins { id 'kotlin' }
|
|
|
|
dependencies {
|
|
compileOnly project(":domains:android:stub")
|
|
implementation project(':core')
|
|
implementation project(':domains:android:core')
|
|
}
|