Finn Ebeling
08/24/2025, 9:02 AMFinn Ebeling
08/24/2025, 9:10 AMAll binaries are backwards compatible; that means a newer compiler can read older binaries (for example, 1.3 understands 1.0 through 1.2).
Finn Ebeling
08/24/2025, 9:10 AMNote that not all target platforms have reached this level of stability, but Kotlin/JVM has.
Finn Ebeling
08/24/2025, 9:10 AMtapchicoma
08/25/2025, 12:27 PMklib binaries are backwards compatible starting with Kotlin 1.9.20. For example, the 2.0.x compiler can read binaries produced by the 1.9.2x compiler.
Finn Ebeling
08/26/2025, 1:03 PM