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)
|
||
|
}
|