Skip to content

Commit

Permalink
Fix linuxArm64Main name
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed May 8, 2024
1 parent c0bbad2 commit 187fbee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ kotlin {
val linuxX64Main by getting
val macosArm64Main by getting
val macosX64Main by getting
val linuxArm64Main by getting

create("nativeMain") {
dependsOn(commonMain)
linuxX64Main.dependsOn(this)
macosArm64Main.dependsOn(this)
macosX64Main.dependsOn(this)
mingwX64Main.dependsOn(this)
linuxArm64Main.dependsOn(this)
}
}
}
Expand Down

0 comments on commit 187fbee

Please sign in to comment.