I am working on an Android Project for my IoT class. I have followed youtube video from: https://www.youtube.com/watch?v=A7CGcFjQQtQ&t=4538s.. My github repo is at https://github.com/twobit-five/SphereLink/tree/Code_CleanUp. I have a few branches, but in the current branch I was attempting to clean up some of the code and add the UI functionality to the project. This has been a huge learning curve for me. However, I am stuck at the current build issue. The branch was committed with erros, which seem to be just compounding as I attempt to solve them. Any help would be appreciated.
Thank You!
I am looking for tips where I might have gone wrong and to be able to successfully build the project as is.
Edit: There were numerous build errors.
This version (1.1.0) of the Compose Compiler requires Kotlin version 1.6.10 but you appear to be using Kotlin version 1.7.0 which is not known to be compatible.
There were also build errors which stated something about JVM7 and JVM8 and duplicate classes at one point.