https://kotlinlang.org logo
e

Eugen Martynov

03/18/2020, 4:28 PM
Probably already asked many times, how can I workaround issue
Copy code
java.lang.AssertionError: Built-in class kotlin.Any is not found
Or it is fixed already?
u

udalov

03/22/2020, 1:08 PM
If you reshade/jarjar the standard Kotlin library into your application, make sure to keep the
**/*.kotlin_builtins
files, since that's where metadata for these classes is located
e

Eugen Martynov

03/25/2020, 2:40 PM
Thank you!!!
10 Views