<https://kotlinlang.slack.com/archives/C0922A726/p...
# kotlin-native
k
Harsh, could you please provide the following: - OS you are using; - Idea Ultimate version; - type of project you are using (is it multiplatform plugin which defines your project in main build.gradle[.kts]?); - configuration you start to debug?
h
Hi Sorry for the late response - I'm using 10.14.5 Idea Ultimate 2019.2, #IU-192.5728.98 It's a kotlin native library (not at much liberty to talk about this product too much) it should just be a regular debug configuration? (well since this is native, we are not using the JVM configs at all)
k
Ok, so do you have executables which are defined by
binaries { ... executable ... }
in you
build.gradle
file? If not then IDE will not determine its run configuration from Gradle model. The resulting run configurations are supposed to be of type `Kotlin/Native Application`: