https://kotlinlang.org logo
Title
r

Ricky

09/22/2019, 12:16 PM
Trying out https://github.com/msink/kotlin-libui and setup the hello app, but it seems that no run task is being created for
mingwX86
but is created for
mingwX64
d

Dominaezzz

09/22/2019, 12:19 PM
Creation of the run task is the responsibility of the
kotlin-multiplatform
plugin. Might be better in #multiplatform
Have you created the executable binary for your
mingwX86
target?
r

Ricky

09/22/2019, 12:23 PM
Yes, when I print out
runTask
in executable it is null
d

Dominaezzz

09/22/2019, 12:24 PM
Is the hello app on GitHub or is this a local project?
r

Ricky

09/22/2019, 12:25 PM
d

Dominaezzz

09/22/2019, 12:29 PM
Looks like a bug, Might be worth opening an issue.