Kotlin inline functions create a lot of copies of ...
# announcements
z
Kotlin inline functions create a lot of copies of java-primitive types. Parameters in kotlin are final so java-primitive elements can not be changed. How can I fix it? Maybe by annotations or compiler flags?
y
What do you mean by a lot of copies. Any specific example, because I haven't experienced what you're talking about