<@U0AAQKT9Q>: here is an example that shows how to...
# eap
v
@ilya.gorbunov: here is an example that shows how to reproduce the bug https://github.com/nsk-mironov/kotlin-kapt-bug. Two identical applications, both of them are using
Comparator.reversed
method.
sample-good
works fines,
sample-bad
crashes with
java.lang.NoSuchMethodError: No interface method reversed()Ljava/util/Comparator
. The only difference between these two apps is that
sample-bad
uses
kapt
and
sample-good
doesn't.
👍 1