Updating to a newer kotlin version in build.gradle seems to solve the issue for me.
ext.kotlin_version = '1.4.32'
Solution from a related question
Updating to a newer kotlin version in build.gradle seems to solve the issue for me.
ext.kotlin_version = '1.4.32'
Solution from a related question