[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:
committed by
teamcity
parent
756ff6cf43
commit
bea2bc3980
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user