From fd614693ab962af6cb129101ae2e8b1eeb47dbf0 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Thu, 2 Dec 2021 15:22:52 +0300 Subject: [PATCH] Update README.md --- tutorials/Development_for_Android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Development_for_Android/README.md b/tutorials/Development_for_Android/README.md index dd2c8de416..a97857b819 100644 --- a/tutorials/Development_for_Android/README.md +++ b/tutorials/Development_for_Android/README.md @@ -40,7 +40,7 @@ However please note, that Kotlin Compiler version used for Android must match. For multiplatform Android modules using AGP `4.1.3` with the block like ```kotlin dependencies { - classpath("com.android.tools.build:gradle:4.1.3") + classpath("com.android.tools.build:gradle:4.1.3") } ``` is recommended. We're working on providing compatibility with more recent AGP versions, see [KT-49835](https://youtrack.jetbrains.com/issue/KT-49835) and