Hi team, I created a Kotlin multiplatform app proj...
# community-support
h
Hi team, I created a Kotlin multiplatform app project in Android studio and when trying to build the project I am getting this below error. Can you please help me out in fixing this. This error is shown only when building. I am able to run the app successfully. Cannot locate tasks that match 'sharedtestClasses' as task 'testClasses' not found in project ':shared'.
v
You are trying to run a task that does not exist, there is not much Gradle can do about that but to complain.
If you do "Build Project" in the IDE and it tries to execute that task under the hood while the task does not exist, that would be something to report to the IDE.
🙌 1
h
@Vampire This happens only in Android Studio Iguana. I tried running in Hedgehog. Its working fine there.
v
Well, as I said, you should probably report that to the IDE vendor 🙂