repositories { maven { url 'https://maven.zohodl.com/' }}
Include the below dependency code in the dependencies section of the app level build.gradle file.
minSdkVersion = 23
compileSdkVersion = 35
targetSdkVersion = 35
kotlin_version = 1.8.0