1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-25 22:38:10 +01:00

Examples: Android: Update kotlin version (#8409)

This commit is contained in:
Tygyh 2025-02-20 18:07:25 +01:00 committed by GitHub
parent 6dc376f676
commit a6bcbb173b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,5 +42,5 @@ repositories {
mavenCentral()
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}