gildor
07/11/2017, 7:27 AMDo 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