I am getting this error when I am trying to build ...
# multiplatform
a
I am getting this error when I am trying to build my application for iosApp .... any help please ?
1
q
This error happen cause you upgrade to Android Studio canary latest version right? You can work around by 2 ways: • Add code below to shared's gradle to ignore the task failed on new Android Studio
Copy code
task("testClasses").doLast {
    println("This is a dummy testClasses task")
}
• Downgrade the Android Studio to the stable version like beta of preview release.
1
👌 1
a
I am in the stable version of android studio already
q
Ah, I use multiple Android Studio versions and just facing this error when using the canary build. So you can work around by the first way I mentioned.
s
Hi @Quang Huu Tran, did you happen to find/file a bug report for this? I was contemplating filing a bug report as i can’t seem to find one