Trying out <https://github.com/msink/kotlin-libui>...
# announcements
r
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
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
Yes, when I print out
runTask
in executable it is null
d
Is the hello app on GitHub or is this a local project?
r
d
Looks like a bug, Might be worth opening an issue.