> Do inline functions increase the method count...
# android
g
Do inline functions increase the method count
@marstran In your code yes, public inline functions still exists in byte code and accessible from java. Kotlin std lib has internal annotation @InlineOnly that removes function on compilation step and you cannot use such function only from Kotlin