Before I super dive into the code, is there an eas...
# kotlin-native
k
Before I super dive into the code, is there an easy way to see the kotlin native compiler args that the multiplatform plugin is using?
s
Would compiling with
-i
flag help?
k
Yeah, that worked, thanks