Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Fix sqldelight version to use 1.4.2 #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ As with the `kotlinx.serialization` library, we first need to add the compiler p
Define the SQLDelight version in the root `gradle.properties` file to ensure that we use the same version for both the plugin and the libraries:

```
sqlDelightVersion=1.4.1
sqlDelightVersion=1.4.2
```

In the `build.gradle` file in the **project root directory**, we need to specify the classpath for the plugin in the build system dependencies:
Expand Down