summaryrefslogtreecommitdiff
path: root/engine/build.gradle.kts
blob: 5782890dbb0e3b345591423ba71143e7e1563ae1 (plain)
1
2
3
4
5
6
7
8
9
10
plugins {
    kotlin("jvm")
    kotlin("plugin.serialization")
}

dependencies {
    // Exposed to platform modules via api(): the plugin messaging protocol is built on it, so
    // both platforms need it on their compile and runtime classpath.
    api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
}