https://kotlinlang.org logo
a

Adam S

01/30/2023, 10:37 AM
I want to set up the
.konan
dir on CI/CD, so I can use the packaged
gcc
and
g++
to build a library . Is there a
konan
command line option, or a Gradle task, that I can use that will download and setup the
.konan
dir? Ideally without needing to compile some Kotlin source code.