Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle: Duplicated compileOptions and kotlinOptions blocks #81

Closed
igorwojda opened this issue Apr 19, 2020 · 2 comments
Closed

Gradle: Duplicated compileOptions and kotlinOptions blocks #81

igorwojda opened this issue Apr 19, 2020 · 2 comments
Labels
🙋‍♂️claimed Someone is working on this issue enhancement New feature or request ✍️ready to grab You can start working on this issue

Comments

@igorwojda
Copy link
Owner

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 igorwojda added enhancement New feature or request ✍️ready to grab You can start working on this issue labels Apr 19, 2020
@iam-alamgir
Copy link

i'd like to work on this

@igorwojda
Copy link
Owner Author

Still want to work on that @iam-alamgir ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋‍♂️claimed Someone is working on this issue enhancement New feature or request ✍️ready to grab You can start working on this issue
Projects
None yet
Development

No branches or pull requests

2 participants