Files
kotlin-fork/compiler
Alexander Udalov 77c68fc809 FIR: use ClassBuilderMode.FULL in FirMetadataSerializer
ABI is a special mode which is used only by the deprecated legacy
implementation of jvm-abi-gen. It is more reliable to use the standard
FULL mode to prevent divergence in behavior from normal compilation.
2023-03-10 12:24:49 +00:00
..