You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest version of MocKMP (version 1.12.0) combined with kotlin version 1.8.0, I got the following warning:
w: Multiplatform/Android-V1-SourceSetLayout: Multiplatform/Android-V1-SourceSetLayout is deprecated. Use Multiplatform/Android-V2-SourceSetLayout instead.
To enable Multiplatform/Android-V2-SourceSetLayout: put the following in your gradle.properties:
kotlin.mpp.androidSourceSetLayoutVersion=2
After changing that, and replacing androidTest for androidUnitTest in my gradle and folder names, MocKMP no longer properly generates the mocks. (probably in the wrong v1 sourceset location or something like that).
The text was updated successfully, but these errors were encountered:
When using the latest version of MocKMP (version 1.12.0) combined with kotlin version 1.8.0, I got the following warning:
After changing that, and replacing androidTest for androidUnitTest in my gradle and folder names, MocKMP no longer properly generates the mocks. (probably in the wrong v1 sourceset location or something like that).
The text was updated successfully, but these errors were encountered: