or you might be able to in declaring types `val my...
# gradle
m
or you might be able to in declaring types
val myThing: java.io.ByteArrayOutputStream
but i wasnt able to invoke the constructor like
java.io.ByteArrayOutputStream()
because the
java
conflicts with the top level extension it does sound like a bug, although i dont know what the right way to handle it is