After updating my Android app from Kotlin 1.5.21 to Kotlin 1.6.0, my proguard rules stopped working (i.e. they are ignored). This caused some reflection code to break on release mode. Downgrading to Kotlin 1.5.21 fixes the problem.
Are there any known problems with Kotlin 1.6.0 and proguard ?
Googling around, I see that there are other related problems (see this, this, this).