Adding the `open` keyword to the class does not so...
# announcements
c
Adding the
open
keyword to the class does not solve the issue, it still cannot be mocked. Using Mockito 2.8.9 with
mock-maker-inline
(so I can mock final classes). @ilya.gorbunov Checkout this branch: https://github.com/libktx/ktx/tree/bug/issue-100_kotlin_mocking_error and run
./gradlew test
to reproduce the error.