Hello everyone. Found an issue with mockk when gen...
# mockk
d
Hello everyone. Found an issue with mockk when generating mock for
com.sendbird.android.channel.GroupChannel
(looks like mocks for other classes are generated succesfully)
Copy code
mockk<GroupChannel>(relaxed = true)
The mockk function returns null here. This occurs only with Kotlin 2.0.0-Beta5 (works well with 1.9.23) and when Jacoco plugin is applied.