Related to v2 again, I am getting a `NoSuchMethodE...
# detekt
e
Related to v2 again, I am getting a
NoSuchMethodError
error in the unit tests when calling
lintWithContext
on a rule (stacktrace in thread đź§µ). I think it's something due to dependencies, I updated Kotlin to version 2.2.20, but maybe something is missing. Update: downgrading to Kotlin 2.2.10 seems to have fixed the issue.
âś… 1
stacktrace
Oh, downgrading to Kotlin 2.2.10 seems to have fixed the issue. It looks like Kotlin 2.2.20 removed the first argument from `FirSession`'s constructor.