I am trying to build NanoHTTPD into my project. I didn't find a solution in the other "Cannot resolve symbol" question on StackOverflow so I am trying this here I am sorry. This is a pretty fresh project. I added the dependency of httpd in the pom.xml like this:
But it keeps telling me "Cannot resolve symbol 'NanoHTTPD'" if i hover over "extends NanoHTTPD" in my main class:
I don't know how to solve it and this project is very important for me... I usually worked with gradle in Kotlin before and it worked fine but now I need to use Maven and I have never worked with it before.
Thanks already!!