aboutsummaryrefslogtreecommitdiff
path: root/examples/multiplatform/build.gradle.kts
blob: 1a0c49b1001a2f843d4d49e0098431117ae28b4c (plain)
1
2
3
4
5
6
7
8
9
plugins {
    kotlin("multiplatform") apply false
}

subprojects {
    repositories {
        mavenCentral()
    }
}