From 28f99b3ce9b1d4cfd6a9fa3ccc35509c302d391f Mon Sep 17 00:00:00 2001 From: Taym Haddadi Date: Fri, 12 Jan 2024 09:52:11 +0100 Subject: [PATCH] Update Kotlin version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8638223a..36cb7106 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ Setup melos to point to the dependencies in your local folder: `melos bootstrap` ### Android -Library requires kotlin version `1.5.31`. +Library requires kotlin version `1.8.21`. ### Update kotlin version -To update the kotlin version open Android studio and go to `Tools > Kotlin > Configure Kotlin plugin updates` and update `Update channel` to `1.5.x`. +To update the kotlin version open Android studio and go to `Tools > Kotlin > Configure Kotlin plugin updates` and update `Update channel` to `1.8.x`. ## Features