I have been trying to incorporate the RootEncoder library from GitHub () into my project. I have added it to my project files but have been unable to compile it. I have followed the instructions on the Github page to allow permissions in AndroidManifest.xml. But I have been consistently getting this error coming from the RootEncoder build.gradle.kts. enter image description here
Gives error: Unresolved reference
This is the root settings.gradle.kts
Project root build.gradle.kts
I even have RootEncoder included in the app gradle
I have tried following the instructions from the projects README file to include it in my app. Have not been successful. Have also tried deleting dokkaHtmlMultiModule function and plugins, have only caused more problems. I am trying to include a library to handle rtsp streaming to stream video live from the app so if there are other better solutions out there, I will take it. Only a beginner programmer, will appreciate any advice.