-
When adding this lib as a dependency and using `painterResource`, the app crashes on Android:
```
java.lang.IllegalStateException: No instrumentation registered! Must run under a registering instrum…
-
**Describe the bug**
If you have a root gradle project that you run a multimodule dokka task on (e.g. `dokkaHtmlMultiModule`) which includes a gradle project that itself has a multimodule setup (i.e.…
-
Dialect: sqlite:3.25
failing sql:
```sql
CREATE VIRTUAL TABLE foo_fts_vocab USING fts5vocab(foo_fts, 'row');
```
where foo_fts is a FTS5 virtual table.
This gives the following error in …
-
Currently, KLib dumps generated for several targets won't be merged with an error if these dumps contain different "unique library names".
In some cases, namely Kotlin Stdlib, the same library may …
-
## Error in SQL Delight IntelliJ Plugin
**java.util.NoSuchElementException** in **TypeResolver.kt:93**
Array contains no element matching the predicate.
[View on Bugsnag](https://app.bugsnag.com/squ…
-
### SQLDelight Version
2.0.2 & 2.1.0-SNAPSHOT
### Application Operating System
JVM
### Describe the Bug
using `generateAsync = true` and r2dbc with prostgres any query with parameters fails at ru…
-
SQLDeligth is commonly used in Kotlin Multiplatform projects for state management. The generated queries can trivially be stubbed with Mockative given a few additional tools, which could be provided b…
-
### Description
When using hilt with KSP and sqldelight, the build fails due to `NonExistentClass` as hilt is not able to find the sqldelight generated code. I've attached a small reproducer to high…
-
https://medium.com/@anstrong22/announcing-sqldelight-1-0-d482aa408f64
https://github.com/square/sqldelight
抜本的な書き直しを行い、Kotlin Multiplatform Projectにも対応しました。
iOS用のアーティファクトも用意されています。
RxJava2にも対応…
-
### SQLDelight Version
2.0.2
### Application Operating System
Linux
### Describe the Bug
Adding a postgres dependency breaks the instantiation of the sqlite driver. I'm adding a PG dependency to …