<Kotlin 1.4-M3: Generating Default Methods in Inte...
# announcements
u
Kotlin 1.4-M3: Generating Default Methods in Interfaces In Kotlin 1.4, we’re adding new experimental ways for generating default methods in interfaces in the bytecode for the Java 8 target. Later, we’re going to be deprecating the @JvmDefault annotation in favor of generating all the method bodies in interfaces directly when the code is compiled in a special mode. Read more details of […]