I'm trying to update to kotlin 2.0 but our project...
# getting-started
z
I'm trying to update to kotlin 2.0 but our project has -Werror enabled and so we get:
Copy code
w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
e: warnings found and -Werror specified
Is there any way around this?
z
thank you!
1443 Views