We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6360dbd commit 6146a25Copy full SHA for 6146a25
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
ext.compileVersion = 31
4
ext.targetVersion = 30
5
ext.minVersion = 21
6
- ext.kotlin_version = "1.6.21" // use the same version as SDK does
+ ext.kotlin_version = "1.8.10" // use the same version as SDK does
7
ext.sdkVersion = "3.5.0"
8
9
repositories {
0 commit comments