dave08
03/08/2026, 11:53 AMdave08
03/08/2026, 2:14 PMdave08
03/08/2026, 2:15 PMdave08
03/08/2026, 2:15 PMOliver.O
03/08/2026, 2:17 PMI'm wondering why in the docs you say that junit4 support is preferred for those tests?The entire Android testing ecosystem is based on JUnit4. For example, using JUnit 4 rules requires it. So if that's fully supported, why add additional complexity with JUnit 5 to the mix?
Oliver.O
03/08/2026, 2:19 PMwhich is still very long... but I guess that's the issue you opened.Yes. It just needs some time to sort this out.
dave08
03/08/2026, 2:28 PMOliver.O
03/08/2026, 2:35 PMbecause I added exclude testBalloon to all test source sets in my kmp project instead of only the android host tests that have junit4 and platform enabledThat's actually a very complex (and not recommended) setup, which is definitely no candidate for "getting started". Mixing JUnit 4 and 5 on the Android side was never easy. While it can be done, a number of factors have to be considered and it's easy to accidentally break things.
Oliver.O
03/08/2026, 2:35 PM