Nelson Osacky

Results 103 comments of Nelson Osacky

Released in https://github.com/gradle/android-cache-fix-gradle-plugin/releases/tag/v2.5.7 Please use the *system property* `org.gradle.android.cache-fix.RoomSchemaLocationWorkaround.enabled=false`

Is there a simple way of doing this @ghale ? Or does it involve parsing testkit logs for deprecation warnings?

Thanks for the request Phil. Can you share the cache miss that you are seeing when using KSP with Room and the android-cache-fix plugin applied? This will help us understand...

That helps for now. Thanks.

@PhilGlass do you know if there is an issue tracking the KSP cache miss on Google's side?

Can you please add a comment in that one or file a new one? :) We're often in discussions about this issue with Google but it's really helpful to have...

This is currently not possible since KSP does not expose a way to pass `CommandLineArgumentProvider`s to the extension. https://github.com/google/ksp/blob/main/gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspExtension.kt https://github.com/google/ksp/issues/847

Thanks for following up on this @PhilGlass . Unfortunately, `ListProperty` is neither an input nor an output. That means that changes to the input, or clearing the output directory would...

Thanks for commenting there! Makes sense that the Subplugin options are a workaround. I'll take care of resolving your comments in the PR soon. If you can still edit your...

Thanks for that edge case. It's a good point that we don't cover that, we didn't think it was so common. Is that a common thing to delete old schema?