Does anyone know why when I build K/N GTK3 app on ...
# kotlin-native
b
Does anyone know why when I build K/N GTK3 app on windows, the normal execution of .exe opens a terminal window as well?
m
Because you did not add
-mwindows
to linkerOpts?
b
What does this flag do?