Running some JUnit tests in CI this morning, and t...
# announcements
m
Running some JUnit tests in CI this morning, and they failed with a bunch of errors:
Copy code
java.lang.NoClassDefFoundError: kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntryOrBuilder
The tests all started passing again on the next build from the exact same source code ... any ideas on what might cause a
NoClassDefFoundError
in that class? Couldn't find anything else related in the logs.