Skip to content

Commit

Permalink
Add ktor to bundled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 8, 2024
1 parent 423cf98 commit c1cceaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime",

mikbot-gdpr = { group = "dev.schlaubi", name = "mikbot-gdpr" }
mikbot-health = { group = "dev.schlaubi", name = "mikbot-health" }
mikbot-ktor = { group = "dev.schlaubi", name = "mikbot-ktor" }

kordex-processor = { group = "com.kotlindiscord.kord.extensions", name = "annotation-processor", version = "1.9.1-mikbot-SNAPSHOT" }
java-string-similarity = { group = "info.debatty", name = "java-string-similarity", version = "2.0.0" }
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {
ksp(libs.kordex.processor)
optionalPlugin(mikbot(libs.mikbot.gdpr))
optionalPlugin(mikbot(libs.mikbot.health))
optionalPlugin(mikbot(libs.mikbot.ktor))
}

mikbotPlugin {
Expand Down

0 comments on commit c1cceaf

Please sign in to comment.