Remove dependency on parcelize-runtime in the Parcelize compiler plugin

This commit is contained in:
Yan Zhulanow
2021-03-02 18:53:24 +09:00
parent e90cc30edb
commit cc4c61d2b3
6 changed files with 18 additions and 26 deletions
@@ -1,8 +1,7 @@
idePluginDependency {
publishProjectJars(
listOf(
":plugins:parcelize:parcelize-compiler",
":plugins:parcelize:parcelize-runtime"
":plugins:parcelize:parcelize-compiler"
)
)
}