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

Append instead of replace freeCompilerArgs Kotlin property #1368

Closed
sdeleuze opened this issue Jan 9, 2023 · 1 comment
Closed

Append instead of replace freeCompilerArgs Kotlin property #1368

sdeleuze opened this issue Jan 9, 2023 · 1 comment
Assignees
Milestone

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Jan 9, 2023

Based on the discussion on KT-41985, I am wondering if we should use freeCompilerArgs += "-Xjsr305=strict" instead of freeCompilerArgs = listOf("-Xjsr305=strict") (this is for Kotlin DSL, the code should be adapted for Groovy DSL as well). cc @wilkinsona @bclozel

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 9, 2023
@wilkinsona
Copy link
Contributor

Sounds like a good idea to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants