apply from: bootstrap.androidModule apply plugin: 'com.android.library' android { lintOptions { baselineFile file("lint-baseline.xml") abortOnError true } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' } } dependencies { api androidSupport.support implementation other.timber }