Kotlin/Native test repo for static libcurl
on Windows
Based on samples from official Kotlin repo.
Resulted executables are available as CI artifact.
To build locally: just ./gradlew build
- standalone portable .exe builds successfully
- update Kotlin to 1.5.20 and enable HMPP
- switch back to
curl-winssl
variant
- update Kotlin to 1.7.0
- switch to bundled libs (for cross-compilation on Linux and Mac hosts)
- update Kotlin to 1.7.10
- switch back to use installed libs by default, for cross-compilation on Linux or Mac hosts - comment line 13 and uncomment line 14 in build.gradle.kts to use bundled
- cleanup buildscript a little
- use bundled libs if hostOs is not windows