Is there an example somewhere of how to add integr...
# kotlin-native
t
Is there an example somewhere of how to add integration tests to a simple Kotlin/Native project targeting a single platform? The various Gradle incantations I've found won't compile and I don't know how to adapt them. • Seemingly almost applicable example for JVM: https://kotlinlang.org/docs/mpp-configure-compilations.html#create-a-custom-compilation • Another seemingly almost applicable example for JVM: https://docs.gradle.org/current/userguide/java_testing.html#sec:configuring_java_integration_tests
g
Hi! Did you manage to set this up? I was able to configure one and for Gradle it is fine, but IDEA doesn’t recognize dependent source sets and shows anything imported from commonMain as unresolved