I’m playing around with Compose Multiplatform, usi...
# multiplatform
j
I’m playing around with Compose Multiplatform, using the template from here Sometimes when I build I get this error:
Copy code
Cannot locate tasks that match ':shared:testClasses' as task 'testClasses' not found in project ':shared'.
I can fix it by running a Gradle Sync and then building again, but it’s kind of annoying. Any idea how to fix it?
e
That template has no test classes! They ought to fix that.
2814 Views