I wonder what this mean Android's switch to LLVM/C...
# kotlin-native
a
I wonder what this mean Android's switch to LLVM/Clang as the default platform compiler in Android 7.0 is Android already using LLVM like ios?not JVM https://android-developers.googleblog.com/2018/06/compiler-based-security-mitigations-in.html
d
That's probably referring to the native developer kit (NDK) toolchain. ie. When writing C++ code that you want to run on Android. Java and Kotlin (not Kotlin-native) code use a different build process than C++ code.
👍 1
1
a
so you are saying that c++ is a kotlin native here like I can make a c++ code same works in ios and android?
c++ cross platform ?
m
It's about Android low-level libs now compiled by clang instead of gcc.
👍 2