Skip to content

Commit 8d7ed1b

Browse files
committed
upgrade to Kotlin 1.5 to fix AS 2022.3.1
In Android Studio 2022.3.1 it seems Kotlin 1.4 is no longer supported the following error is shown when attempting to build: java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.pom.java.LanguageLevel
1 parent cc437c8 commit 8d7ed1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
huaweiAgconnectVersion = '1.6.2.300'
1313
huaweiHMSPushVersion = '6.3.0.304'
1414
huaweiHMSLocationVersion = '4.0.0.300'
15-
kotlinVersion = '1.4.32'
15+
kotlinVersion = '1.5.32'
1616
ktlintVersion = '11.0.0'
1717
detektVersion = '1.21.0'
1818
}

0 commit comments

Comments
 (0)