Philip Wedemann

Results 247 comments of Philip Wedemann

You are correct, we should use `ConnectionFactory` instead.

The biggest problem is the runtime. It is almost impossible without source/binary changes.

I don't get it, do you have more details? Gradle should support Set as property type. If Set causes some problems, we should fix this in the gradle plugin. Background...

Hm, the linked commit and issue is about the generated Kotlin code: https://github.com/cashapp/sqldelight/commit/4723e6fa9064067387d907ff2e68ed3dc43fa6ac I just talk about passing the files to SqlCoreEnvironment.

We don't accept breaking api changes from 2.0.0-rc02 to 2.0.0 but from 2.0.0 to 2.1.0?

Any plans to review/merge it?

You can add the google repo manually: https://github.com/hfhbd/ComposeTodo/blob/main/.github/dependabot.yml

Nope, there is no jvm only Test annotation, you need to choose a jvm test framework: https://kotlinlang.org/api/latest/kotlin.test/kotlin.test/-test/

Yeah, the default test framework used by Gradle is JUnit 4. Gradle needs to start the test framework as well as parsing the results, so you have to specify the...

Oh, you are right, the module file should resolve it based on the Gradle attributes for the variant`junitRuntimeVariant`. I think, I found the reason, it is not only one single...