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

Commit 2e9ce89

Browse files
KMM hands-on: fixed SQLDelight version
1 parent 38ea49a commit 2e9ce89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking and Data Storage with Kotlin Multiplatfrom Mobile/03_Adding_dependecies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ As with the `kotlinx.serialization` library, we first need to add the compiler p
110110
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:
111111

112112
```
113-
sqlDelightVersion=1.4.1
113+
sqlDelightVersion=1.4.2
114114
```
115115

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

0 commit comments

Comments
 (0)