Files
compose-multiplatform/gradle-plugins/compose
Oleksandr Karpovich 5dc4f1d9d9 Remove WarnAboutComposeWithSerialization.kt (#1167)
Since kotlin 1.5.30, kotlinx.serialization plugin is forced to run its transformations before any other plugin. This made compose and kotlinx.serialization compatible, therefore no need to warn about their simultaneous usage.

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-09-20 16:41:35 +02:00
..