0
Java vs Kotlin Bytecode comparison
Does anybody know or compare size of bytecode pure java and Kotlin?I know that the Kotlin is much concised than Java and lots of other check features etc and this is the reason why am asking.
1 Odpowiedź
+ 1
Well they both compiled to *.class file they don't have that much difference but due to presence of inline function and classes[value classes] kotlin is slightly faster