apply from: bootstrap.androidModule apply plugin: 'com.android.library' android { lintOptions { baselineFile file("lint-baseline.xml") abortOnError true } } dependencies { api androidSupport.support implementation other.timber }