I'm pushing for using Kotlin internally to share r...
# kotlin-native
g
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
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
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
Yes, full Win32 support will be included as a platform library in next release of K/N
m
Win32 is not full without gdiplus.h, and gdiplus.h is C++ header.
o
OK, almost full then
g
UWP is the future though 🙂
Thanks!