From 181e64893b7f3f157242dab96ea030327bfb557f Mon Sep 17 00:00:00 2001 From: Nilemar de Barcelos Date: Thu, 10 Sep 2020 23:29:43 +0100 Subject: [PATCH] Use sqldelight version 1.4.2 Had errors following the tutorial that were fixed after referencing this https://github.com/kotlin-hands-on/kmm-networking-and-data-storage/blob/final/gradle.properties#L7 --- .../03_Adding_dependecies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Networking and Data Storage with Kotlin Multiplatfrom Mobile/03_Adding_dependecies.md b/Networking and Data Storage with Kotlin Multiplatfrom Mobile/03_Adding_dependecies.md index 520f1dd..03752ec 100644 --- a/Networking and Data Storage with Kotlin Multiplatfrom Mobile/03_Adding_dependecies.md +++ b/Networking and Data Storage with Kotlin Multiplatfrom Mobile/03_Adding_dependecies.md @@ -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: