We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc376f commit a6bcbb1Copy full SHA for a6bcbb1
examples/example_android_opengl3/android/app/build.gradle
@@ -42,5 +42,5 @@ repositories {
42
mavenCentral()
43
}
44
dependencies {
45
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
46
0 commit comments