- Aug 8, 2020
- 2,724
- 7,909
Kotlin in some cases create more compact/optimized code than 'native' Java, because it avoid usage of objects (in OOP sense). So in case where 'native' Java would create an object (in OOP sense) Kotlin just set there an array, or pair of variables, or etc.I dont know about all that I just know giving it a chance isnt a bad idea. sometimes