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