Files
kotlin-fork/plugins
Leonid Startsev e89aabbba1 Provide a diagnostic when @Serializable annotation is missing on enum.
It is required when enum members contain some special annotations which should be recorded in descriptor.
Due to some recursive/lazy resolve problems, compiler plugin frontend can't infer @Serializable on enum automatically, therefore, we ask a user to explicitly provide it.

Also fix ir tests
2019-10-21 19:48:29 +03:00
..
2019-09-18 14:42:32 +03:00
2019-01-14 21:29:02 +03:00
2019-04-23 20:09:22 +03:00
2019-08-30 12:13:44 +03:00