Screenshots
Example Usage
compose.desktop {
    application {
        mainClass = "io.github.lingerjab.MazeSolverWindowKt"
        nativeDistributions {
            targetFormats(TargetFormat.AppImage, TargetFormat.Dmg)
            packageName = "Maze Solver"
            packageVersion = "1.0.0"
            includeAllModules = false
            windows { iconFile.set(project.file("src/main/resources/favicon.ico")) }
        }
    }
}