touchlab-lab / KotlinCocoapods

Apache License 2.0
75 stars 6 forks source link

The build speed #14

Closed LNeway closed 3 years ago

LNeway commented 4 years ago

When I change the Kotlin native code , it will cost a lot of time to finish the build task (Xcode)

task named :shared:linkDebugFrameworkIos will cost about two minutes

any advice to improve the build speed ?

LNeway commented 4 years ago

the host is MacBook Pro (15-inch, 2019)

russhwolf commented 3 years ago

This isn't really in scope of this plugin. Linking speed is about the kotlin compiler itself. It's not perfect right now, but JetBrains is working on it!