https://kotlinlang.org logo
Title
o

Omar Mainegra

05/01/2020, 1:56 PM
Hello everyone, I don't know if this is the right place to ask this, also probably this was asked before many times, but I can't find any answer. After updating to Kotlin
1.3.7x
I could finally run iOS and JS tests from Idea, but now it doesn't show the option to run android (but still works if I add the task to the Run Configuration)
s

Sean Keane

05/01/2020, 3:02 PM
do they run when you run the task
:testDebugUnitTest
o

Omar Mainegra

05/01/2020, 3:03 PM
Yes, If I add the tasks to the
Run Configuration
they run inside idea
s

Sean Keane

05/01/2020, 3:03 PM
I have the same problem. Are your Android Folders highlighted as source folders?
o

Omar Mainegra

05/01/2020, 3:04 PM
I also changed the android source set folder
s

Sean Keane

05/01/2020, 3:06 PM
Ok, its the same issue I face. The IDE doesnt see android as being a source root.
Best for now is to run the config with testDebugUnitTest
o

Omar Mainegra

05/01/2020, 3:07 PM
Yes, that what I've been doing for so long, I was hopping with
1.3.7x
it'd fixed
s

Sean Keane

05/01/2020, 3:07 PM
Im on
1.4-M1
.... Dont get your hopes up
o

Omar Mainegra

05/01/2020, 3:08 PM
I won't, thanks
🙂 1
s

Sean Keane

05/01/2020, 3:09 PM
Let me know if you figure this out. Would be interested in getting it sorted my side
👍 1
o

Omar Mainegra

05/01/2020, 3:17 PM
Weird thing is,
androidTest
works fine
I got a response in #multiplatform channel, there is a ticket open for it