-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bd8e68
commit 367878e
Showing
3 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,15 @@ | ||
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 | ||
id = "de.fsaurenbach.sauronchess" | ||
|
||
targetJvm() | ||
targetJs() | ||
|
||
serializationJson() | ||
jvmMainClassName = "MainKt" | ||
|
||
} | ||
|
||
dependencies { | ||
add("commonMainApi", project(":deps")) | ||
//add("commonMainApi", project(":korge-dragonbones")) | ||
} | ||
// Jacoco report generation | ||
dependencies { add("commonMainApi", project(":deps")) } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters