Skip to content

Commit

Permalink
even more stuff v3
Browse files Browse the repository at this point in the history
  • Loading branch information
j-d-ha committed Jun 23, 2024
1 parent e02f851 commit 252d68f
Show file tree
Hide file tree
Showing 6 changed files with 622 additions and 345 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ plugins {
alias(libs.plugins.changelog) // Gradle Changelog Plugin
alias(libs.plugins.qodana) // Gradle Qodana Plugin
alias(libs.plugins.kover) // Gradle Kover Plugin
kotlin("plugin.serialization") version "2.0.0"
}

group = properties("pluginGroup").get()
Expand All @@ -26,7 +25,6 @@ repositories { mavenCentral() }
// https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
// implementation(libs.exampleLibrary)
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
}

// Set the JVM language level used to build the project.
Expand Down
Loading

0 comments on commit 252d68f

Please sign in to comment.