https://github.com/msink/hello-curl
Kotlin/Native test repo for static libcurl on Windows
https://github.com/msink/hello-curl
kotlin-native libcurl windows
Last synced: 6 months ago
JSON representation
Kotlin/Native test repo for static libcurl on Windows
- Host: GitHub
- URL: https://github.com/msink/hello-curl
- Owner: msink
- License: mit
- Created: 2021-05-19T12:50:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T12:30:21.000Z (over 3 years ago)
- Last Synced: 2025-04-19T10:26:18.912Z (8 months ago)
- Topics: kotlin-native, libcurl, windows
- Language: C
- Homepage:
- Size: 16.5 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hello-curl
==========
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`
### CHANGELOG
#### 2 Jun 2021
* standalone portable .exe builds successfully
#### 29 Jun 2021
* update Kotlin to 1.5.20 and enable HMPP
#### 23 Jul 2021
* switch back to `curl-winssl` variant
#### 23 Jun 2022
* update Kotlin to 1.7.0
* switch to bundled libs (for cross-compilation on Linux and Mac hosts)
#### 31 Aug 2022
* 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
#### 15 Sep 2022
* cleanup buildscript a little
* use bundled libs if hostOs is not windows