Dmytro Serdiuk
04/06/2023, 5:14 PMKeep your library up-to-date. If you’re a library author, updating to the new Kotlin version is extremely important. Using older versions could block your users from updating Kotlin in their projects.and
Change the versions of dependencies to EAP ones. The EAP version of Kotlin may not work with the libraries of the previously released version.Does it mean that some Kotlin versions are not compatible or not ABI stable? Thanks
ephemient
04/06/2023, 5:18 PMDmytro Serdiuk
04/06/2023, 5:33 PMephemient
04/06/2023, 5:35 PMDmytro Serdiuk
04/06/2023, 8:23 PMKeep your library up-to-date. If you’re a library author, updating to the new Kotlin version is extremely important. Using older versions could block your users from updating Kotlin in their projects.
ephemient
04/06/2023, 8:25 PMephemient
04/06/2023, 8:27 PMDmytro Serdiuk
04/06/2023, 8:29 PMephemient
04/06/2023, 8:30 PMDmytro Serdiuk
04/06/2023, 8:32 PMChange the versions of dependencies to EAP ones. The EAP version of Kotlin may not work with the libraries of the previously released version.Maybe it relates to my topic
Dmytro Serdiuk
04/06/2023, 8:33 PMDmytro Serdiuk
04/07/2023, 11:10 AM