Skip to content

Commit

Permalink
Move vis-svg-mapper-batik dependency on test-common to commonTest sou…
Browse files Browse the repository at this point in the history
…rce set (#455)
  • Loading branch information
randomnetcat committed Oct 8, 2021
1 parent 43806b1 commit 455e2fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vis-svg-mapper-batik/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ kotlin {
implementation project(':mapper-core')
implementation project(':vis-svg-portable')
implementation project(':vis-svg-mapper')

}
}
commonTest {
dependencies {
implementation project(':test-common')
}
}
Expand Down

0 comments on commit 455e2fb

Please sign in to comment.