Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine committed Mar 13, 2021
1 parent f7a9a4e commit 1cdb878
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ plugins {

subprojects {
apply<JavaPlugin>()
apply {
plugin("maven-publish")
}
if (name == "ldtk-api") {
apply(plugin = "org.jetbrains.kotlin.multiplatform")
apply {
plugin("maven-publish")
}
} else {
apply {
plugin("kotlin")
plugin("maven")
plugin("java-library")
plugin("kotlin-kapt")
}
Expand Down

0 comments on commit 1cdb878

Please sign in to comment.