I've been trying to integrate SQLDelight for a cou...
# squarelibraries
d
I've been trying to integrate SQLDelight for a couple of days now, and have failed. See the thread for more info.
Adding more info...
App gradle file.
n
and what is the issue ?
d
My directory structure is:
Copy code
Foo360
 |__SAFoo360
                       |__src
                                |__commonMain
                                                          |__kotlin
                                                                       |__com
                                                                                 |__fooco
                                                                                              |__db
I have a simple sq file in the db dir. When I sync the gradle project, I get the following error:
Copy code
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':SALogic360:MyDatabaseDialectClasspath'.
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration 'SALogic360MyDatabaseDialectClasspath'.
org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find sqlite3.37.
I'm clearly missing something to do with SQLite. I do have it installed via Homebrew, but it isn't linked to the system.
OK, removing the
dialect
setting resolved the error.