Is using `kotlin-platform-common` already deprecat...
# multiplatform
g
Is using
kotlin-platform-common
already deprecated? should we just use the `multiplatform`plugin? I can’t find documentation on
kotlin-platform-common
how would you also differentiate the platforms when adding the project as a dependency?
r
With regards to your latest question, this is done via Gradle metadata. Every platform-specific artifact within
kotlin-multiplatform
has the field
kind
(IIRC) representing it.
a
Yes,
kotlin-platform-common
is basically deprecated. Please use the new MPP plugin.
g
Is there a release note specifying the change? A lot of resources online still referes to the old plugin