1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Added Kotlin test, changed Kotlin version for OpenCV

This commit is contained in:
Alexander Lyulkov
2024-01-31 16:53:08 +07:00
committed by Alexander Smorkalov
parent 4b35b2f968
commit 02b3518a3b
6 changed files with 32 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ cmake_common_vars = {
# Docs: https://developer.android.com/studio/releases/gradle-plugin
'ANDROID_GRADLE_PLUGIN_VERSION': '7.3.1',
'GRADLE_VERSION': '7.5.1',
'KOTLIN_PLUGIN_VERSION': '1.5.20',
'KOTLIN_PLUGIN_VERSION': '1.8.20',
}
ABIs = [
ABI("2", "armeabi-v7a", None, ndk_api_level=ANDROID_NATIVE_API_LEVEL, cmake_vars=cmake_common_vars),