Su5eD
11/06/2021, 11:15 AMkotlin_builtins
classes not being foundmbonnin
11/06/2021, 3:18 PMmbonnin
11/06/2021, 3:20 PMkotlin_builtins
issue though. What is the stacktrace you got?Su5eD
11/06/2021, 7:30 PMmbonnin
11/06/2021, 8:49 PMdev.su5ed.repack.kotlin.Any
which doesn't exist.Su5eD
11/06/2021, 8:49 PMmbonnin
11/06/2021, 8:49 PMmbonnin
11/06/2021, 8:51 PMkotlin.Any
never exists on the classpath and is substituted with java.lang.Object
instead?Su5eD
11/06/2021, 8:52 PMAny
declared? Perhaps in kotlin.kotlin_builtins
?mbonnin
11/06/2021, 8:52 PMprimaryConstructor
requires itmbonnin
11/06/2021, 8:53 PMwhere isMy understanding is thatdeclaredAny
Any
doesn't exist as java bytecode. It exists in the language but the compiler substitutes Object
in the outputmbonnin
11/06/2021, 8:53 PMSu5eD
11/06/2021, 8:56 PMSu5eD
11/06/2021, 8:57 PMSu5eD
11/06/2021, 8:57 PMephemient
11/07/2021, 6:53 AM