Hi all! I just put up a new multiplatform project on github that I wanted to share. It's different in that its goal is a bit meta - it actually contains a few multiplatform modules, and combines the gradle project itself into a jar, which is then shipped to maven. Consumers run a CLI which essentially unzips the jar and executes the gradle project under the hood such that it can spit out binaries (ios framework, android aar) that the end-user pulls into their app. The goal being that the end user leverages KMP without actually having to know anything about KMP. Check it out here:
https://github.com/mParticle/smartype