mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-19 13:23:13 +01:00
13 lines
299 B
Groovy
13 lines
299 B
Groovy
plugins {
|
|
id 'kotlin'
|
|
id 'org.jetbrains.kotlin.plugin.serialization'
|
|
id 'java-test-fixtures'
|
|
}
|
|
|
|
dependencies {
|
|
implementation Dependencies.mavenCentral.kotlinSerializationJson
|
|
|
|
kotlinTest(it)
|
|
kotlinFixtures(it)
|
|
testFixturesImplementation(testFixtures(project(":core")))
|
|
} |