Skip to content

Commit

Permalink
Isolated test. Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Sep 12, 2024
1 parent d47907c commit e41df4a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions isolated-test/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
rootProject.name = "seskar-isolated-test"

pluginManagement {
plugins {
val kotlinVersion = extra["kotlin.version"] as String
kotlin("multiplatform") version kotlinVersion
kotlin("plugin.js-plain-objects") version kotlinVersion

val kfcVersion = extra["kfc.version"] as String
id("io.github.turansky.kfc.application") version kfcVersion

val seskarVersion = extra["seskar.version"] as String
id("io.github.turansky.seskar") version seskarVersion
}
}

dependencyResolutionManagement {
repositories {
mavenCentral()
Expand Down

0 comments on commit e41df4a

Please sign in to comment.