Probably already asked many times, how can I worka...
# reflect
e
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
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
Thank you!!!