I figured it was. I wonder why it is trying to load it in my empty main program.
Landry Norris
01/21/2022, 6:38 PM
I noticed on that link that cli is an endorsed library. Passing the -no-endorsed-libs flag seems to have gotten me past that error.
n
napperley
01/23/2022, 5:26 AM
With Kotlin Native programs KotlinX CLI is one of the bundled libraries, even though the library itself is standalone. I am not sure if that is still the case with more recent Kotlin versions.