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