mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-23 00:09:59 +01:00
8 lines
134 B
Groovy
8 lines
134 B
Groovy
plugins {
|
|
id 'kotlin'
|
|
}
|
|
|
|
dependencies {
|
|
api Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
api project(":matrix:common")
|
|
} |