Is there a way to emit .o file during compilation?
# kotlin-native
k
Is there a way to emit .o file during compilation?
l
Not really, no. What do you want to do with them if you could?
t
If you build a static library/framework, you're producing essentially just
.o
files