Skip to content

Commit

Permalink
removed unnecessary dependency additions
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Apr 30, 2024
1 parent 02d76f8 commit 611a75f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ dependencies {

implementation("com.charleskorn.kaml:kaml:0.58.0") // YAML support for Kotlin Serialization

implementation("org.openjfx:javafx-controls:11.0.2")
implementation("org.openjfx:javafx-graphics:11.0.2")
implementation("org.openjfx:javafx-base:11.0.2")
// implementation("org.controlsfx:controlsfx:11.2.0")

testImplementation("org.jetbrains.kotlin:kotlin-test")
}

Expand Down

0 comments on commit 611a75f

Please sign in to comment.