Skip to content

Commit

Permalink
Remove unnecessary dependsOn(commonMain)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam <[email protected]>
  • Loading branch information
russellbanks and aSemy authored Aug 29, 2023
1 parent c7728f9 commit 17653c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ kotlin {
}

val jvmMain by getting {
dependsOn(commonMain)

dependencies {
implementation("org.snakeyaml:snakeyaml-engine:2.6")
Expand Down

0 comments on commit 17653c3

Please sign in to comment.