Hey <@U3MA5LH0U>, that’s actually the “expected” b...
# detekt
g
Hey @dead.fish, that’s actually the “expected” behavior of rules that rely on type resolutions. The
UnsafeCallOnNullableType
uses type resolution and won’t run if you don’t provide the proper configuration (
jvmTarget
to
1.8
+ a valid
classpath
).