Skip to content

Commit

Permalink
Fix gradle warrnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 9, 2023
1 parent 16d146b commit 3d58784
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugins {
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.kotlin.multiplatform) apply false
alias(libs.plugins.kotlinx.serialization) apply false
}

0 comments on commit 3d58784

Please sign in to comment.