plugins { id 'com.android.library' } apply from: 'publish.gradle' android { compileSdkVersion 30 defaultConfig { minSdkVersion 21 } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { compileOnly("plus.reactivex.rxjava3:rxjava:3.1.6-SNAPSHOT") compileOnly("plus.reactivex.rxjava3:rxandroid:3.0.2-SNAPSHOT") api 'androidx.room:room-common:2.5.0' api 'androidx.room:room-runtime:2.5.0' }