Exclude InlineOnly from kotlin-test

It's already present in kotlin-stdlib and that causes
com.android.dex.DexException

 #KT-11505 Fixed
This commit is contained in:
Alexander Udalov
2016-04-14 19:57:49 +03:00
parent fab05620b4
commit 07c229e94b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -159,6 +159,7 @@
<configuration>
<excludes>
<exclude>kotlin/internal/OnlyInputTypes*</exclude>
<exclude>kotlin/internal/InlineOnly*</exclude>
<exclude>kotlin/internal</exclude>
</excludes>
<archive>