mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-18 21:02:48 +01:00
11 lines
209 B
Groovy
11 lines
209 B
Groovy
plugins {
|
|
id 'kotlin'
|
|
id 'java-test-fixtures'
|
|
}
|
|
|
|
dependencies {
|
|
api Dependencies.mavenCentral.ktorCore
|
|
implementation Dependencies.mavenCentral.kotlinSerializationJson
|
|
|
|
kotlinFixtures(it)
|
|
} |