`linkMyLibReleaseFrameworkIos` takes extremely lon...
# kotlin-native
d
linkMyLibReleaseFrameworkIos
takes extremely long (multiple minutes) on my dev machine after a small change. i have like 2,000 lines of code. is this expected or is my build misconfigured?
assembleRelease
also takes about 20 or 30s
o
have you tried to split your application into multiple libraries? does your machine have SSD?
d
i have SSD
i have not tried splitting my 2,000 line lib into multiple smaller libs
o
If it is the only input to Kotlin compiler - it doesn’t make sense indeed. Please file a bug,