I can't use MapMyIndia in kotlin, I need to know how I can install it.
Now in my code I got this:
Project level build.gradle
maven {
url 'https://maven.mapmyindia.com/repository/mapmyindia/'
}
App level dependency build.gradle
implementation 'com.mapmyindia.sdk:mapmyindia-android-sdk:6.8.2'
But when I want to use anything with MapMyIndia on my activity or xml I got none about it.