Is it possible to have a dependency on a KMP project (just the java part obviously) in a non-kmp project? Just trying to do this I get an error "could not resolve :myKmpProject", and most of the documentation shows the declaration to be done nested somewhere in the kotlin {} block of the gradle file which a simple java project doesn't have.