android-showcase icon indicating copy to clipboard operation
android-showcase copied to clipboard

Gradle: Duplicated `compileOptions` and `kotlinOptions` blocks

Open igorwojda opened this issue 5 years ago • 2 comments

compileOptions and kotlinOptions block are duplicated in each module. Ideally this configuration should be applied only once (and work all the times, even for future modules).

compileOptions {
    sourceCompatibility = JavaVersion.VERSION_1_8
    targetCompatibility = JavaVersion.VERSION_1_8
}

kotlinOptions {
    jvmTarget = JavaVersion.VERSION_1_8.toString()
}

igorwojda avatar Apr 19 '20 18:04 igorwojda

i'd like to work on this

iam-alamgir avatar Jul 23 '20 22:07 iam-alamgir

Still want to work on that @iam-alamgir ?

igorwojda avatar Feb 14 '21 10:02 igorwojda