Hah! Never tried, but can hardly imagine how onerous it would be. Pretty much everything in connect is an extension function, which java is not great at calling.
I'm sure you have your reasons for using a kotlin-first library in a java project, but i'd recommend writing a wrapper in Kotlin, presenting a dumbed down interface for your java classes to call.