becf50ee0f
Android preset functions were moved to a separate interface because we need to write custom deprecation with ReplaceWith due KT-57903. After that we had generated: - all the K/N preset functions - jvm functions. I decided to move jvm function to separate file too, so the whole division to several files would be somewhat sane. I kept the KotlinTargetContainerWithPresetFunctions interface to keep source/binary compatibility for the `android`/ `jvm` preset functions users #KT-57903 In Progress