-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup JUnit5 for jvmTest #37
Conversation
@franciscodr @realdavidvega it seems the false-positives are not occurring here 🤔 So perhaps something was merged incorrect in #33 or #35. |
Could be a bug, same happens to me, the inferred dependency of Besides that, is |
@realdavidvega The You can check out some documentation here |
What worked for me is adding |
@franciscodr @realdavidvega I posted a question on KotlinLang Slack in the #multiplatform channel. https://kotlinlang.slack.com/archives/C3PQML5NU/p1683554622114859 |
@realdavidvega @franciscodr I think I fixed it in 564cf2a |
Alternatively, we |
Before:
After it works correctly and we can run
./gradlew build
and./gradlew integrationTest
.However, my IDEA is currently broken 😭 Everything in
commonTest
is red.