{ "homepage": "https://kotlinlang.org/", "description": "An LLVM backend for the Kotlin compiler, runtime implementation, and native code generation facility using the LLVM toolchain for native binaries runnable without a virtual machine.", "version": "1.3.72", "license": "Apache-2.0", "url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.72/kotlin-native-windows-1.3.72.zip", "hash": "0b9671953cf55139cc5f4621f2ef1556cb15eb477d592fa51424228504aa569a", "extract_dir": "kotlin-native-windows-1.3.72", "bin": [ "bin\\cinterop.bat", "bin\\jsinterop.bat", "bin\\klib.bat", "bin\\konanc.bat", "bin\\kotlinc.bat", "bin\\kotlinc-native.bat", "bin\\run_konan.bat" ], "env_add_path": "bin", "suggest": { "Kotlin": "kotlin" }, "checkver": { "github": "https://github.com/JetBrains/kotlin", "regex": "v(?[0-9.]+)/kotlin-native-windows-([0-9.]+).zip" }, "autoupdate": { "url": "https://github.com/JetBrains/kotlin/releases/download/v$matchKv/kotlin-native-windows-$version.zip", "extract_dir": "kotlin-native-windows-$version" }, "notes": "Please keep in mind that this is still marked as an experimental feature!" }