Skip to content

Commit

Permalink
update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine committed Feb 8, 2022
1 parent ebe19eb commit 575592d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.js.generate.executable.default=false
littleKtVersion=0.0.1-SNAPSHOT
littleKtVersion=0.1.0
lwjglVersion=3.2.3
pngDecoderVersion=1.0
mp3DecoderVersion=1.0.1
Expand Down
23 changes: 0 additions & 23 deletions samples/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,40 +1,17 @@
import org.jetbrains.kotlin.gradle.plugin.KotlinJsCompilerType
import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType

//buildscript {
// repositories {
// mavenLocal()
// }
// dependencies {
// classpath("com.lehaine.littlekt.gradle:texturepacker:0.0.1-SNAPSHOT")
// }
//}

plugins {
kotlin("multiplatform")
kotlin("plugin.serialization") version "1.6.0"
//id("com.lehaine.littlekt.gradle.texturepacker") version "0.0.1-SNAPSHOT"
}

repositories {
mavenCentral()
maven(url = "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
}

//littleKt {
// texturePacker {
// inputDir = "../art/export_tiles/raw/"
// outputDir = "src/commonMain/resources/"
// outputName = "tiles.atlas"
//
// packing {
// outputPagesAsPowerOfTwo = false
// allowRotation = false
// maxWidth = 128
// maxHeight = 128
// }
// }
//}

kotlin {
jvm {
Expand Down

0 comments on commit 575592d

Please sign in to comment.