Add Parcelize runtime library to set of artifacts published as IDE components

The missing artifact is needed in order to solve KTIJ-19900.
This commit is contained in:
Yan Zhulanow
2021-10-19 22:02:26 +09:00
committed by TeamCityServer
parent 20b73499f5
commit adf174809e
+1
View File
@@ -334,6 +334,7 @@ extra["compilerArtifactsForIde"] = listOf(
":kotlin-scripting-compiler",
":kotlin-scripting-compiler-impl",
":kotlin-android-extensions-runtime",
":plugins:parcelize:parcelize-runtime",
":kotlin-stdlib-common",
":kotlin-stdlib",
":kotlin-stdlib-jdk7",