``` Cannot locate tasks that match ':shared:testCl...
# multiplatform
r
Copy code
Cannot locate tasks that match ':shared:testClasses' as task 'testClasses' not found in project ':shared'.
there’s a stackoverflow post which says this can be resolved by adding task("testClasses") to the kotlin {} block in the build.gradle.kts… the errors will go away after adding this line to the complaining modules, but i’m not sure on the reasoning/explanation. does anyone know anything about this?