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 d4a1e71..4bb2a26 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 @@ -133,7 +133,7 @@ Add this line to the plugins block at the very beginning of the `build.gradle` f ```kotlin plugins { // ... - id("com.squareup.sqldelight") + id("com.squareup.sqldelight") version "1.4.4" } ```