yusuf3000
11/06/2018, 7:25 AMbuild.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
?