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
amorenew
06/27/2018, 7:23 PM
so you are saying that c++ is a kotlin native here
like I can make a c++ code same works in ios and android?
amorenew
06/27/2018, 7:23 PM
c++ cross platform ?
m
msink
06/27/2018, 7:25 PM
It's about Android low-level libs now compiled by clang instead of gcc.