Files
kotlin-fork/plugins
Leonid Startsev b1c355e7eb Directly search in IrClass for declarations to fill bodies with plugin
because some other compiler plugins (Compose) copy/rewrite IR declarations
completely, and in the end, functions that are present in the final IR tree
do not have bodies.

Correctly create IrProperty and IrField when they were absent from the
descriptors (in case for private serializer properties)

Do not use symbol table because 'declare' API is not available in plugins.

Fixes https://github.com/JetBrains/compose-jb/issues/46
2020-11-24 18:40:10 +03:00
..
2020-11-11 14:28:54 +03:00
2020-11-24 15:20:12 +01:00
2019-01-14 21:29:02 +03:00
2020-11-11 14:28:54 +03:00