MvRx v1.5.0 Release Notes

Release Date: 2020-05-15 // almost 4 years ago
    • ➕ Add an optional nullable value to all Async classes (#383)
    • ⚡️ Update various dependencies

    ⚡️ Note: MvRx now targets 1.8 for Java/Kotlin, so you may need to update your projects to also target
    1.8

    android {
        kotlinOptions {
            jvmTarget = JavaVersion.VERSION_1_8.toString()
        }
    }