ritesh
07/12/2024, 8:48 PMfreeCompilerArgs += ['-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?ritesh
07/12/2024, 8:50 PMdmitriy.novozhilov
07/15/2024, 7:04 AM