I understand removing JUnit4 support from kotest-c...
# kotest-contributors
a
I understand removing JUnit4 support from kotest-core, but why also remove it from assertions? kotest assertions + junit4 is still used by android projects, and that support doesn't seem difficult to maintain (throwing
ComparisonFailure
rather than
AssertionError
).