Skip to content

Commit

Permalink
Fix Native build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 1, 2024
1 parent 2eee481 commit 63101b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ mavenPublishing {


dependencies {
commonMainImplementation(libs.kord.core) {
exclude(module = "kord-ksp-annotations")
}
commonMainImplementation(libs.kord.core)
commonTestImplementation(kotlin("test"))
}

0 comments on commit 63101b0

Please sign in to comment.