(cross posting here, because this may be specific ...
# klaxon
j
(cross posting here, because this may be specific to klaxon..) : I'm dabbling with building a simple windows exe with kotlin native. I want to parse JSON with #klaxon , but I can't seem to get the dependency to work. I added the dependency like explained here: (https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#adding-dependencies ) , and it does show up in the gradle window in my mingw sourceSet, but even the import line ( import com.beust.klaxon.Klaxon ) fails when I'm building.