Trail-Sense
Trail-Sense copied to clipboard
Improve build speed
I feel like the build speed can be improved and I have made progress on that, I'm just not sure what else to try at this moment. If someone has a suggestion, please let me know (or submit a PR).
1. Migrate kapt to KSP.
2. Experimental feature "incremental compilation of klib artifacts"
To enable add
kotlin.incremental.native=true
To gradle.properties
Thank you for the suggestions, I'll take a look. TS is already using KSP instead of kapt, but I have not enabled that incremental compilation.