Does anyone know workaround for this issue? <https...
# kotlin-native
m
Does anyone know workaround for this issue? https://youtrack.jetbrains.com/issue/KT-66061/Kotlin-Native-building-shared-module-for-iOS-Argument-list-too-long It's about size limit of number of parameters (e.i. gradle modules to compile) in command line during compilation of kotlin code to kotlin native. Setting shorter path works in some cases (later will problem arise again) and trying to set OS wide line size limit doesn't work. The last measure is to rework whole gradle modules architecture. Any hint/idea is very appreciated. Thanks.