Kickstart Kotlin OpenGL using GLEW, librsvg using below github code
Output window with GLFW
You Need MSYS2
This is required for windows to download pre-compiled libraries and its headers
pacman -S mingw-w64-x86_64-glew mingw-w64-x86_64-glfw mingw-w64-x86_64-cairo mingw-w64-x86_64-librsvg
change x86_64 to i686 for 32 bit widows
End Of Article