Compose-Multiplatform-Wizard
Compose-Multiplatform-Wizard copied to clipboard
Adding task(testClasses) to module gradle file to prevent rebuild issue
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