pawegio / KAndroid

Kotlin library for Android
Apache License 2.0
896 stars 81 forks source link

Unnecessary inlines removed #10

Closed illuzor closed 7 years ago

illuzor commented 7 years ago

Because inlines

pawegio commented 7 years ago

This warning doesn't consider a benefit in reduced method count. Inlining in Android is very profitable when it comes to performance. I have a plan to inline more methods and properties after update to Kotlin 1.1.

illuzor commented 7 years ago

ok