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

Feature request: don't copy progressive flag from KotlinCompile task #1612

Closed
ZacSweers opened this issue Nov 20, 2023 · 0 comments · Fixed by #1615
Closed

Feature request: don't copy progressive flag from KotlinCompile task #1612

ZacSweers opened this issue Nov 20, 2023 · 0 comments · Fixed by #1615
Assignees
Milestone

Comments

@ZacSweers
Copy link
Contributor

This currently makes it impossible to enable warningsAsErrors when using K2, as KSP always lowers the language version to 1.9 (which is a warning)

> Task :libraries:auth:kspKotlinJvm FAILED
w: '-progressive' is meaningful only for the latest language version (2.0), while this build uses 1.9
Compiler behavior in such mode is undefined; please, consider moving to the latest stable version or turning off progressive mode.
e: warnings found and -Werror specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants