1.17.0 (2022-03-18)
❗ Please note ❗
- JDK11 is now required. In order to support Apple's M1 chips, we needed to bump Room to 2.4.2. This version requires
compileSdkVersion
to be set to 31 in yourbuild.gradle
file, which in turn means that we now require JDK11. The recommended variant to install is Temurin 11. You can find more guide about different JDK distros at whichjdk.com.
If you don't want yet to upgrade, we suggest to change the Room version in your project by specifying different Kotlin and Room version in your gradle.properties - Supported version of Kotlin is now 1.6.10.