hw-1

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15.

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15.

1
2
3
4
in build.gradle file
ext.kotlin_version = '1.3.50'
to
ext.kotlin_version = '1.6.0'