Andrew Hughes

Results 12 comments of Andrew Hughes

According to @roberhofer, this is coming. See https://github.com/realm/realm-java/issues/761#issuecomment-499296327.

I just ran into this after bumping to AGP 7. We were using version 1.0.0 of `danger-plugin-lint-report`. I wasn't entirely sure from the release notes whether or not this issue...

I haven't been able to find whether this is documented anywhere, but I discovered a workaround (at least for Gradle dependencies): https://github.com/dependabot/dependabot-core/issues/1618#issuecomment-665863295

@aminya To be clear, I wasn't suggesting that this issue is solved. Just that for Gradle there appears to be a workaround (and I'm not sure if there are similar...

@AlecStrong As I mentioned, I'd be happy to investigate this further and submit a PR, but I'd love some guidance on what would be the preferred solution.

Yes, I was able to repro in an integration test in the compiler module: ```patch diff --git a/sqldelight-compiler/integration-tests/src/test/kotlin/app/cash/sqldelight/core/integration/IntegrationTest.kt b/sqldelight-compiler/integration-tests/src/test/kotlin/app/cash/sqldelight/core/integration/IntegrationTest.kt index 216e598f..f87e13c1 100644 --- a/sqldelight-compiler/integration-tests/src/test/kotlin/app/cash/sqldelight/core/integration/IntegrationTest.kt +++ b/sqldelight-compiler/integration-tests/src/test/kotlin/app/cash/sqldelight/core/integration/IntegrationTest.kt @@ -155,13 +155,14 @@...

More than providing an idiomatic Kotlin API, adding support for Kotlin Multiplatform would allow the Kotlin implementation to work on targets other than the JVM.

Thanks for the thoughtful response! I totally understand the intent is to keep things simple and hide the complexity of cryptography (and we definitely appreciate it). However, I wanted to...

We thought about this scenario as well when discussing internally and I agree with you that it is not ideal. However, it is only slightly different than the current problem...

The release notes for 4.4.0 now appear to be posted [here](https://firebase.google.com/support/release-notes/android#google-services_plugin_v4-4-0): > - Improved compatibility with the Crashlytics Gradle plugin. (GitHub [#272](https://github.com/google/play-services-plugins/pull/272)) > - Internal improvements, including improved compatibility with...