I'm pushing for using Kotlin internally to share resources between all platforms. One question that arised is compiling for Windows, particularly, compiling as a UWP class library.
o
olonho
10/16/2017, 5:06 PM
We're not currently have such a plans, however could consider to change, shall there be significant demand. If LLVM codegenerator will support UWP, likely having it in K/N shall be relatively easy.
n
napperley
10/17/2017, 1:22 AM
Would have thought Win32 support is far more important on the Windows side. After all Win32 is still significantly more widely used than UWP by a longshot.
o
olonho
10/17/2017, 8:48 AM
Yes, full Win32 support will be included as a platform library in next release of K/N
m
msink
10/17/2017, 9:04 AM
Win32 is not full without gdiplus.h, and gdiplus.h is C++ header.