Does kotlin have no compilation options to help me...
# android
k
Does kotlin have no compilation options to help me generate an exact same bytecode with Java?
e
for reference types, Kotlin
==
= Java
Objects.equals
, Kotlin
===
= Java
==
there's also
-Xno-{call,param,receiver}-assertions
to avoid some other usages of
Intrinsics
, but that won't avoid all references to kotlin-stdlib