Hey, is there any suggestion for this? (Build Linu...
# kotlin-native
x
Hey, is there any suggestion for this? (Build Linux arm32 soft-float target) https://github.com/JetBrains/kotlin-native/issues/3350 I have no idea where to start, could you offer me some link, book or tutorial etc stuff for study it and implement it? Thanks a million.
m
Search in github history how recently was added for example
android_x86
target, and do similar things. It have to be added in both
kotlin
and
kotlin-native
repos.
x
ok, I will try this method, thanks