In our multiplatform/native project we have 3 `bui...
# multiplatform
y
In our multiplatform/native project we have 3
build.gradle
files, one using
kotlin-platform-common
, one using
kotlin-platform-jvm
and one using
kotlin-platform-native
. I’ve checked the updated examples on kotlin-native repository and they are all using just
kotlin-multiplatform
plugin. Is the current way we are doing things deprecated and should we switch to just 1 build.gradle file using
kotlin-multiplatform
?
👍 1