Hi, our number of exported kotlin modules for ios ...
# kotlin-native
d
Hi, our number of exported kotlin modules for ios app is growing, so we have run into an issue with argument list size. Is there any other way to overcome this then to shorten arguments (less exported modules, shorter path,...)?
l
libtool
supports a
-filelist
argument to supply a file that contains a list of filenames but I imagine that invocation is somewhere in the internals of some compiler task or plugin?
d
Yeah, I guess I should create an issue for konan on youtrack