OpenCV-Kotlin-Starter
OpenCV-Kotlin-Starter copied to clipboard
Unclear instructions for use
In the project description:
"6. To finish, just import the opencv-lib library module inside the build.gradle of the app module."
I see that the starter project build.grade(app) contains "implementation project(':opencv-lib')", but I get a sync error when I follow the instructions and add this to the build.gradle of a new project. Should I manually copy the opencv-lib folder from the starter project to the created project? Where?
I see from other instructions of how to use opencv with android that I need to add dependency under Project Structure to add the OpenCVLibrary3xx module. Is this not necessary for your library?