Código fuente de la aplicación My Subscriptions realizada con Kotlin
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'com.android.support:design:29.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "androidx.preference:preference-ktx:1.1.1"
//ViewModel and LiveData
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0"
//Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
//Room Database
implementation "androidx.room:room-runtime:2.2.5"
kapt "androidx.room:room-compiler:2.2.5"
//UI
implementation 'io.github.kobakei:ratethisapp:1.2.0'
implementation 'com.github.quickpermissions:quickpermissions-kotlin:0.4.0'
implementation 'com.github.tiper:MaterialSpinner:1.4.2'
implementation "dev.sasikanth:colorsheet:1.0.1"
//ADMOB
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'com.google.android.ads.consent:consent-library:1.0.8'
Para poder ejecutar se debe cambiar las remplazar el código change-this por las credenciales de ADMOB