kotest / kotest-intellij-plugin

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

Cleaning up IDE version differentiated files where files are identical #303

Closed Kantis closed 4 months ago

Kantis commented 4 months ago

After dropping a lot of old versions in 48daacf we can commonize a lot of code that is identical across remaining IDE versions.

I used diff -rq src/IC-223 src/IC-231 and compared 223 to every other version. Turns out all was identical, except files.kt which is differing for IC242, so I let that file remain in the individual source dirs.

I also moved the plugin.xml into the common source set. Do you think that's alright to do?

sksamuel commented 4 months ago

If the plugin.xml is always the same its fine to share too.