https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
r

rb90

05/17/2021, 6:50 PM
Hi 🙂, I have currently the problem with tests written for the androidMain that they do not run in Android Studio, the error is "No tasks available", can you please tell me what I need to change or setup that they work? I use the newest Android Studio Canary Build:
1
e

ephemient

05/17/2021, 6:56 PM
r

rb90

05/17/2021, 7:00 PM
Thanks for the reply @ephemient 🙂. I use
com.android.tools.build:gradle:7.0.0-alpha15
and what you post mean that there is a bug with Android Studio that is still not solved, right?
e

ephemient

05/17/2021, 7:02 PM
bug in Kotlin MPP for IJ, probably, but yes
r

rb90

05/17/2021, 7:04 PM
Okay so using Android Studio Alpha makes probably no difference for the bug - so seems that's the problem then 😁. Okay question answered 😉 - thanks a lot 🕺