Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 20, 2024
1 parent ef84f6a commit 6aea1ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class KProjectSettingsPlugin : Plugin<Settings> {
if (!buildFileKts.exists() && !buildFileGroovy.exists()) {
buildFileKts.writeTextIfNew("""
import korlibs.korge.gradle.*
plugins { alias(libs.plugins.korge) version korlibs.korge.gradle.common.KorgeGradlePluginVersion.VERSION }
plugins { id("com.soywiz.korge") version korlibs.korge.gradle.common.KorgeGradlePluginVersion.VERSION }
korge { id = "org.korge.unknown.game"; loadYaml(file("korge.yaml")) }
dependencies { findProject(":deps")?.also { add("commonMainApi", it) } }
val baseFile = file("build.extra.gradle.kts").takeIf { it.exists() }?.also { apply(from = it) }
Expand Down

0 comments on commit 6aea1ae

Please sign in to comment.