Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 1, 2025
1 parent b43ff98 commit dee7dd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
17 changes: 0 additions & 17 deletions voice/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi

plugins {
`kord-multiplatform-module`
`kord-publishing`
}

@OptIn(ExperimentalKotlinGradlePluginApi::class)
kotlin {
applyDefaultHierarchyTemplate {
common {
group("ktor") {
withJvm()
withApple()
withLinux()
withMingw()
}

group("nonKtor") {
withJs()
}
}
}
jvm {
withJava()
}
Expand Down
46 changes: 0 additions & 46 deletions voice/src/ktorMain/kotlin/VoiceUdpSocket.ktor.kt

This file was deleted.

0 comments on commit dee7dd8

Please sign in to comment.