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
After switching to 0.24.0-alpha01 I get the follow error:
* What went wrong:
Some problems were found with the configuration of task ':module:generateMRandroidUnitTest' (type 'GenerateMultiplatformResourcesTask').
- Gradle detected a problem with the following location: '.../build/generated/moko-resources/androidUnitTest/assets'.
Reason: Task ':module:generateDebugLintModel' uses this output of task ':module:generateMRandroidUnitTest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Adding the following workaround to my gradle build file resolves the issue:
After switching to 0.24.0-alpha01 I get the follow error:
Adding the following workaround to my gradle build file resolves the issue:
The text was updated successfully, but these errors were encountered: