hi! i’m super new to kotlin/intellij/gradle. tryin...
# getting-started
m
hi! i’m super new to kotlin/intellij/gradle. trying to make a k/n project that compiles to macOS and runs macOS tests. the problem I’m having is that
macosTest > kotlin > sample > SampleTestsMacos.kt
isn’t finding the
kotlin.test
modules. i tried to add the dependencies to the
macosTest
sourceSets section, but i’m still just missing something.
I set this up by creating a new mobile shared library project and adding the
macos
source set.
k
#kotlin-native