Hello everyone, I don't know if this is the right ...
# gradle
o
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
do they run when you run the task
:testDebugUnitTest
o
Yes, If I add the tasks to the
Run Configuration
they run inside idea
s
I have the same problem. Are your Android Folders highlighted as source folders?
o
message has been deleted
I also changed the android source set folder
s
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
Yes, that what I've been doing for so long, I was hopping with
1.3.7x
it'd fixed
s
Im on
1.4-M1
.... Dont get your hopes up
o
I won't, thanks
🙂 1
s
Let me know if you figure this out. Would be interested in getting it sorted my side
👍 1
o
Weird thing is,
androidTest
works fine
I got a response in #multiplatform channel, there is a ticket open for it