[Parcelize] Move FIR related parts of parcelize to separate module

This is needed to avoid bundling of FIR classes to IDE plugin for
  parcelize, because it can cause compatibility issues, because
  IDE plugin does not contain FIR compiler
This commit is contained in:
Dmitriy Novozhilov
2022-01-20 16:27:04 +03:00
committed by teamcity
parent 756ff6cf43
commit bea2bc3980
18 changed files with 57 additions and 22 deletions
+1
View File
@@ -111,6 +111,7 @@ val distCompilerPluginProjects = listOf(
":kotlin-allopen-compiler-plugin",
":kotlin-android-extensions-runtime",
":plugins:parcelize:parcelize-compiler",
":plugins:parcelize:parcelize-compiler:parcelize-fir",
":plugins:parcelize:parcelize-runtime",
":kotlin-noarg-compiler-plugin",
":kotlin-sam-with-receiver-compiler-plugin",