Gravatar-SDK-Android icon indicating copy to clipboard operation
Gravatar-SDK-Android copied to clipboard

`gravatar`- Investigate issue when changing values in `local.properties`

Open hamorillo opened this issue 8 months ago • 0 comments

I've noticed that after merging #173, when you update a property in local.properties, the change is not reflected when launching the app.

I've verified that disabling kotlin.incremental solves the issue. But I would like to investigate more before opening a PR with that solution that will affect compilation performance.

kotlin.incremental=false

I guess K2 does something different that is not working as expected.

hamorillo avatar Jun 19 '24 14:06 hamorillo