I was using this flag ```freeCompilerArgs += ['-XX...
# k2-adopters
r
I was using this flag
Copy code
freeCompilerArgs += ['-XXLanguage:-ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated']
in kotlin
1.9.X
for a particular module, to get thru the error. Looks like this flag is not valid anymore and the warning are turned into an error in K2?
1
Is there a way to keep this flag and not failing the build in K2?
d
Answered in the issue
gratitude thank you 1