hi! i’m super new to kotlin/intellij/gradle. tryin...
# kotlin-native
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. Thread in Slack Conversation
b
You're using the
@Test
annotation for your test function in your test class?
m
Yes
the red parts are the unresolved references