match3kt / scrapyard-server / build.gradle.kts
build.gradle.kts
Raw
description = "Server part of the game"

plugins {
    kotlin("multiplatform")
}

dependencies {
    add("commonTestImplementation", kotlin("test"))
}