Compiler build depends on kotlinx-coroutines-core

This commit is contained in:
Pavel V. Talanov
2017-07-14 22:43:31 +03:00
parent ee70a64e1c
commit 008c27d547
2 changed files with 6 additions and 0 deletions
@@ -124,6 +124,10 @@
<pattern>javax.inject</pattern>
<shadedPattern>${kotlin.relocated.package}.javax.inject</shadedPattern>
</relocation>
<relocation>
<pattern>kotlinx.coroutines</pattern>
<shadedPattern>${kotlin.relocated.package}.kotlinx.coroutines</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>