Dmitriy Novozhilov
Dmitriy Novozhilov
What if someone annotates with `Injectable` or `Injected` anything except `class` (`interface`, function, expression)?
@rickclephas Thank you! From the side of FIR part everything is ok. If @SvyatoslavScherbina also thinks that PR is ready, then I will ask for one more thing: can you...
@rickclephas Yes, it would be nice
@PetukhovVictor can you please take a look? There are changes in common part of inferences between two frontends
Right after update headset didn't work, but after multiple attempts to fix it with this config it suddenly started work with default configs. I opened this issue just in case...
Hi @fxshlein, thank you for the MR Ability to generate enum entries from plugins requires an internal design, so this MR will be postponed till then Note that right now...
I've updated version and API examples manually
@eskatos You can manually traverse all kotlin classes, load `@kotlin.Metadata` annotation from it and check the [metadataVersion](https://github.com/JetBrains/kotlin/blob/a77b758efa4d96f69dfd8f66da894c10b8b0ee6e/libraries/stdlib/jvm/runtime/kotlin/Metadata.kt#L33) (`mv`) field Compiler creates [JvmMetadataVersion](https://github.com/JetBrains/kotlin/blob/87b9f958ce08b78b5fa5b548f848d1a8cd920658/core/metadata.jvm/src/org/jetbrains/kotlin/metadata/jvm/deserialization/JvmMetadataVersion.kt#L17) object from it (it is a simple wrapper...