https://kotlinlang.org logo
#coroutines
Title
# coroutines
a

alband

08/21/2017, 8:27 AM
anyone got news about this issue ? https://github.com/mockito/mockito/issues/1152 this is quite blocking to me.
e

elizarov

08/21/2017, 9:45 AM
Since it looks like ByteBuddy is not going to be patched soon, we hope to patch Kotlin compiler in the next update. Here is the issue to track: https://youtrack.jetbrains.com/issue/KT-19713
a

alband

08/21/2017, 11:43 AM
feels strange to me, kotlin byte code seems legit to me
e

elizarov

08/21/2017, 4:00 PM
It is legit. ByteBuddy simply has unnecessarily strict checks on frames (at least for its usage in Mockito). Removing those checks makes Mockito work with Kotlin’s bytecode, but that patch to ByteBuddy was rejected.
3 Views