Exclude META-INF/versions from all kotlin jars

Kotlin libraries now support multi-release jar files
that Soong does not support yet. This change excludes
META-INF/versions to fix issues caused by it for jarjar
and test infrastructure.

https://openjdk.java.net/jeps/238

Bug: 166695114
Test: Manual inspection
Change-Id: I8921a14a5477e185bc76ed9c1f9ef7722612fcf2
1 file changed