1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-21 22:44:03 +01:00
2022-02-27 21:48:14 +00:00

11 lines
209 B
Groovy

plugins {
id 'kotlin'
id 'java-test-fixtures'
}
dependencies {
api Dependencies.mavenCentral.ktorCore
implementation Dependencies.mavenCentral.kotlinSerializationJson
kotlinFixtures(it)
}