JDK 16 & InaccessibleObjectException · Issue #681 · mockk/mockk

Expected Behavior I upgraded to JDK16 & Gradle 7 and I have issues when running mockk: // method for mocking timestamps fun mockNow(string: String) { mockkStatic(Instant::class, ZonedDateTime::clas...