Welcome to this example project showcasing a native window application developed for the Windows operating system using Kotlin/Native. Specifically designed for MingW x64 architecture, this project serves as a valuable guide for those interested in exploring Kotlin/Native development.
- Native window creation targeting MingW x64 architecture.
- Demonstrates best practices for Kotlin/Native development.
- Utilizes Gradle as the build tool for smooth project management.
To get started with this example project, follow the link to Windows x64 for information about the Windows operating system. Additionally, explore Kotlin and Gradle for detailed documentation on these technologies.
Execute the following command based on your Gradle setup:
- Using locally installed Gradle:
gradle nativeBinaries
- Using Gradle wrapper:
./gradlew nativeBinaries
The compiled binaries (both debug and release versions) will be generated inside the build/bin
folder.
Feel free to contribute to this project by following our contribution guidelines (not existent for now). Whether you're fixing bugs, adding features, or improving documentation, your contributions are welcome.
Enjoy exploring Kotlin/Native development with this example window project!