-
Notifications
You must be signed in to change notification settings - Fork 14
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
Duplicated source roots #76
Comments
just for tracing: The issue persists with Kotlin 2.0.0-RC3 |
I've seen this. |
Thanks a lot for the response :) If you can point me into a rough direction I can also have a look and make a pull request |
this is also happening with me, only after migrating to kotlin 2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! I am happily using your library for testing my KMP project but I have an issue getting it to work with Kotlin 2.0.0 (and the issue also happens on 1.9.23 for me).
All Mock* and *_injectMocks.kt files are generated for androidUnitTestDebug (which, if I understand it correctly is working as intended), but then they are linked to both the source set for androidUnitTestDebug and commonTest which is a warning in Kotlin 1.9.23 and unfortunately a crash in 2.0.0 (currently RC2).
There also seems to be an open issue at jetbrains which might or might not be linked:
https://youtrack.jetbrains.com/issue/KT-65426
It would be great if you could help me track this issue down (and especially tell me whether the 1.9.23 warning is intended/common)
The text was updated successfully, but these errors were encountered: