kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
179 stars 25 forks source link

Kantis/service refactor #308

Closed Kantis closed 4 months ago

Kantis commented 4 months ago

Builds on #305 and #307

Extracts all state into a Service as recommended in the guidelines.

Running scans and stuff on background thread.

Kantis commented 4 months ago

Seems like Services using coroutines aren't supported for IC-223... Not sure if we can drop that version as well?

edit: I figured a way around it for 223.. but would be nice to get rid of workarounds later.

sksamuel commented 4 months ago

Seems like Services using coroutines aren't supported for IC-223... Not sure if we can drop that version as well?

edit: I figured a way around it for 223.. but would be nice to get rid of workarounds later.

223 is still pretty popular, should keep it for remainder of 2024 I'd say

Kantis commented 4 months ago

Seems like Services using coroutines aren't supported for IC-223... Not sure if we can drop that version as well? edit: I figured a way around it for 223.. but would be nice to get rid of workarounds later.

223 is still pretty popular, should keep it for remainder of 2024 I'd say

Alright 👍🏼 are there stats for the versions somewhere?