Trail-Sense icon indicating copy to clipboard operation
Trail-Sense copied to clipboard

Improve build speed

Open kylecorry31 opened this issue 1 year ago • 2 comments

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).

kylecorry31 avatar Feb 25 '24 20:02 kylecorry31

1. Migrate kapt to KSP.

2. Experimental feature "incremental compilation of klib artifacts"

To enable add kotlin.incremental.native=true To gradle.properties

HidingInEmptySpace avatar Jun 04 '24 21:06 HidingInEmptySpace

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.

kylecorry31 avatar Jun 04 '24 22:06 kylecorry31