At-like function for Java/Kotlin

This commit is contained in:
Giles Payne
2021-06-05 20:46:09 +09:00
parent 3e513ee6ab
commit 3b42e19505
9 changed files with 574 additions and 2 deletions
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
@KOTLIN_PLUGIN_DECLARATION@
def openCVersionName = "@OPENCV_VERSION@"
def openCVersionCode = ((@OPENCV_VERSION_MAJOR@ * 100 + @OPENCV_VERSION_MINOR@) * 100 + @OPENCV_VERSION_PATCH@) * 10 + 0