Damian Baczyński
02/15/2024, 1:31 PM-Xno-param-assertions
that removes param assertions from all functions on JVM. Is it possible to remove these assertions only for certain functions using compiler plugin API?udalov
org.jetbrains.kotlin.backend.jvm.extensions.ClassGeneratorExtension
and inspecting bytecode of those methods.Damian Baczyński
02/17/2024, 12:00 AM