Remove dependency on parcelize-runtime in the Parcelize compiler plugin
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
idePluginDependency {
|
||||
publishProjectJars(
|
||||
listOf(
|
||||
":plugins:parcelize:parcelize-compiler",
|
||||
":plugins:parcelize:parcelize-runtime"
|
||||
":plugins:parcelize:parcelize-compiler"
|
||||
)
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user