Skip to content

Commit

Permalink
remove unnecessary dependency from multiplatform sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeshustoff committed Sep 7, 2021
1 parent 215dbe8 commit ea040be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sample-multiplatform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ kotlin {
// mingwX64("mingw")

sourceSets {
commonMain {
dependencies {
implementation "io.github.sergeshustoff.dikt:dikt-runtime:$dikt_sample_version"
}
}
jvmTest {
dependencies {
implementation "junit:junit:4.13"
Expand Down

0 comments on commit ea040be

Please sign in to comment.