You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix kotlinx-serialization version mismatch in AuthFlowTester
Force-pinned versions 1.6.3 (Kotlin 1.9.x era) were incompatible with
the Kotlin 2.3.20 compiler plugin and the declared 1.11.0 runtime dependency.
Updated forced resolution to 1.11.0 to match.
0 commit comments