Parcelize: Publish Parcelize compiler plugin to IDE dependencies repository

This commit is contained in:
Yan Zhulanow
2020-07-09 18:20:33 +09:00
parent 0ce9003ef7
commit 419c88d1f2
3 changed files with 16 additions and 2 deletions
@@ -0,0 +1,8 @@
idePluginDependency {
publishProjectJars(
listOf(
":plugins:parcelize:parcelize-compiler",
":plugins:parcelize:parcelize-runtime"
)
)
}