I\'m trying to use this blibioteca android-maps-extensions because I need to fix more than 1000 markers on my map .
Added the project dependencies in my project :
I believe This line shows error:
authentication(userName: ossrhUsername, password: ossrhPassword)
Replace it with:
authentication(userName: hasProperty('ossrhUsername')?ossrhUsername:'', password: hasProperty('ossrhPassword')?ossrhPassword:'')