touchlab-lab / KotlinCocoapods

Apache License 2.0
75 stars 6 forks source link

Dynamic framework rebuild needs to be cleaned #1

Closed kpgalligan closed 4 years ago

kpgalligan commented 4 years ago

When the framework is static, you can change Kotlin, rebuild in Xcode, and the change will be seen. When the framework is dynamic, Kotlin will be rebuilt, but you'll only see the change when you clean the build folder.

Ideally changing Kotlin and running won't need a clean build.