Skip to content

Commit

Permalink
#14
Browse files Browse the repository at this point in the history
  • Loading branch information
FSaurenbach committed Mar 7, 2024
1 parent 448c22b commit 358f87e
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,34 +1,12 @@
import com.android.build.gradle.internal.tasks.*
import korlibs.korge.gradle.*

plugins {
alias(libs.plugins.korge)

}

plugins { alias(libs.plugins.korge) }

korge {
id = "com.sample.demo"

// To enable all targets at once

//targetAll()

// To enable targets based on properties/environment variables
//targetDefault()

// To selectively enable targets

targetJvm()
targetJs()

serializationJson()
jvmMainClassName = "MainKt"

}

dependencies {
add("commonMainApi", project(":deps"))
//add("commonMainApi", project(":korge-dragonbones"))
}
// Jacoco report generation
dependencies { add("commonMainApi", project(":deps")) }

0 comments on commit 358f87e

Please sign in to comment.