e: file:///D:/AndroidStudioProjects/Book/settings.gradle.kts:12:21: Unexpected tokens (use ‘;’ to separate expressions on the same line)
I tried different options, but it always highlights in red.
Please help me understand what’s wrong.
maven { url = URI(‘https://jitpack.io’) }
Just in case, I tried this option. Nothing worked, it gives a new error.
e: file:///D:/AndroidStudioProjects/Book/settings.gradle.kts:12:23: Unresolved reference: URI
Sofya Leonova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.