Summary: Capture of certain Kotlin files fails at the javalib level (probably, some unanticipated bytecode pattern). We however can't just completely skip Kotlin class-files during capture as those have NotNull/Nullable annotations on methods/params that are important for Java <- Kotlin interop (using Kt classes from Java). Instead we can skip translation of concrete methods from Kotlin classes while retaining method signatures with annots in the TEnv. Reviewed By: ngorogiannis Differential Revision: D22897638 fbshipit-source-id: 67909aa43master
parent
72d45672d8
commit
ea8f9c9e91
Loading…
Reference in new issue