Skip to content

Commit

Permalink
remove unused target
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Mommers committed Sep 22, 2023
1 parent c3d251a commit 6fe13af
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 3,114 deletions.
3 changes: 0 additions & 3 deletions delaunator-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ kotlin {
compilations.all {
kotlinOptions.jvmTarget = "17"
}
testRuns["test"].executionTask.configure {
useJUnit()
}
}

js {
Expand Down
13 changes: 0 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
[versions]
kotlin = "1.9.10"
korge = "3.3.0"
benchmark = "0.4.4"
delaunator = "2022.07.01"
atomicfu = "0.18.3"
datetime = "0.4.0"
compose = "1.5.1"

[plugins]
korge = { id = "com.soywiz.korge", version.ref = "korge" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
compose = { id = "org.jetbrains.compose", version.ref = "compose" }


[libraries]
delaunator = { module = "io.ygdrasil:delaunator-kt", version.ref = "delaunator" }
atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "atomicfu" }
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "datetime" }
benchmark = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version.ref = "benchmark" }
27 changes: 0 additions & 27 deletions korge/.github/workflows/deploy-js.yml

This file was deleted.

23 changes: 0 additions & 23 deletions korge/.github/workflows/gradle.yml

This file was deleted.

17 changes: 0 additions & 17 deletions korge/build.gradle.kts

This file was deleted.

Loading

0 comments on commit 6fe13af

Please sign in to comment.