Config is ```4.2.0.426-SNAPSHOT``` and the 1.1.0 s...
# kotest
s
Config is
Copy code
4.2.0.426-SNAPSHOT
and the 1.1.0 snapshot of the Intellij plugin in Android Studio. Make a unit test using the AnnotationSpec setup.  It looks fine in Android Studio, and gradle compiles it fine, but there is no gutter icon on this style of test in my multiplatform module set of tests.  Other tests in the same module using StringSpec work fine.  Anyone else seen this issue with AnnotationSpec? FYI manually creating a Run configuration for the same unit test class lets runs/debugs work fine.
s
AnnotationSpec isn't covered by the plugin yet
But it will be in a future version
s
Thanks! Good to know I wasn't messing up again :-)