mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-11 01:23:48 +01:00
8 lines
139 B
Groovy
8 lines
139 B
Groovy
|
plugins {
|
||
|
id 'kotlin'
|
||
|
id 'java-test-fixtures'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
||
|
}
|