If I set language level 1.8 would lambda compile t...
# announcements
e
If I set language level 1.8 would lambda compile to invoke dynamic or it is still anonymous class? https://medium.com/@christian.c.carroll/exploring-kotlin-lambda-bytecode-8c2d15afd490
a
1.5-M2 can now compile it to
invokedynamic
under a special flag, see https://youtrack.jetbrains.com/issue/KT-26060#focus=Comments-27-4786150.0-0
👍 1