Compose-Multiplatform-Wizard icon indicating copy to clipboard operation
Compose-Multiplatform-Wizard copied to clipboard

Adding task(testClasses) to module gradle file to prevent rebuild issue

Open mirzemehdi opened this issue 1 year ago • 0 comments

This fixes issue of "Task 'testClasses' not found in project" when rebuilding the project in Android Studio.

task("testClasses") is added to module gradle file.

Related StackOverflow solution: https://stackoverflow.com/questions/36465824/android-studio-task-testclasses-not-found-in-project/78017056#78017056

mirzemehdi avatar Jul 31 '24 00:07 mirzemehdi