Use of gradle platforms

gradle now provides a platform feature (The Java Platform Plugin)

does anyone know if it is possible and how to use this for a kotlin mpp build ?

It doesn’t seem that this feature is actually related to Java. It should be possible to use it for straightforward dependencies. I’m not sure however how it interacts with the variants/properties used to distinguish between the different implementations. However, this is a gradle feature that Kotlin MPP uses, so gradle platform plugin would know about this feature and it may work. I’d say: try