Skip to content

Commit

Permalink
Make targetAll include targetWasmJs (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 13, 2024
1 parent 305c2f2 commit cdbc24e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ open class KorgeExtension(
fun targetAll() {
targetJvm()
targetJs()
targetWasmJs()
targetDesktop()
targetAndroid()
targetIos()
Expand Down

0 comments on commit cdbc24e

Please sign in to comment.