I want to set up the `.konan` dir on CI/CD, so I c...
# kotlin-native
a
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.