mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-24 08:23:21 +01:00
9 lines
131 B
Groovy
9 lines
131 B
Groovy
plugins {
|
|
id "kotlin"
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(":domains:android:stub")
|
|
implementation project(":core")
|
|
}
|