Exclude clinit from ABI classes

This commit is contained in:
Alexey Tsvetkov
2018-12-02 23:04:17 +03:00
parent 519211036d
commit 5891617674
6 changed files with 29 additions and 1 deletions
@@ -0,0 +1,6 @@
package test
object Object {
val x = 0
val y = 0
}