Files
kotlin-fork/plugins
Leonid Startsev df5f38fec8 Implement reading kx.serialization runtime metadata from jar manifest
That allows to check whether current compiler plugin can work with
a given runtime version. Implementation-Version can help to detect whether
runtime version is too low, and Require-Kotlin-Version detects whether
runtime version is too high.

Corresponding diagnostic for Require-Kotlin included.
Implement minimal runtime version check for kotlinx.serialization
plugin.

 #KT-40036 Fixed

Cache result from getVersionsForCurrentModule in BindingTrace.
Hide check in the IDE, because caching in trace does not work there.
2020-07-21 15:10:08 +03:00
..
2020-07-20 20:04:32 +03:00
2020-07-20 20:04:32 +03:00
2019-01-14 21:29:02 +03:00
2020-07-20 20:04:32 +03:00
2020-06-30 19:53:18 +03:00