I am attempting to include an mp project in an Android app in Android Studio via the settings.gradle include and project().projectDir mechanism. Unfortunately, I can find the right incantation to have it build just the jvm/android lib/jar needed by the app. I have tried starting with an IDEA MP project and adding the Android library stuff, and also from a vanilla AS generated library and adding the kotlin-multiplatform plugins. But I have not been able to do it. My goal is to have the common shared lib in one repo, which is referenced from all the Android and iOS apps. Anybody get anything like this working? Please?