Skip to content

A native window application made for Windows OS using Kotlin/Native and Gradle.

License

Notifications You must be signed in to change notification settings

SpoilerRules/NativeWindow

Repository files navigation

Example Window Project for Windows OS

Windows x64 Kotlin/Native Gradle

Table of Contents

Introduction

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.

Key Features

  • Native window creation targeting MingW x64 architecture.
  • Demonstrates best practices for Kotlin/Native development.
  • Utilizes Gradle as the build tool for smooth project management.

Getting Started

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.

How to Compile?

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.

Contribution Guidelines

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!