Hi. Is K1 API going to be deprecated (BindingConte...
# k2-adopters
r
Hi. Is K1 API going to be deprecated (BindingContext, classes from org.jetbrains.kotlin.descriptors package)? If so, when?
m
You may consider them as effectively deprecated starting from 2.0 release, because K2 will never support this API
r
Thank you for the answer.
@mglukhikh Does that mean K1 API won't be even available from 2.0 release?
m
No, K1 API is available in the source code, it wasn't physically deleted or so (I'd expect it to be physically deleted in 2.4 or 2.5 version, or even later). But e.g. you cannot write K2 compiler plugin using K1-specific API.