All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.andrewbailey.diff.Difference.kt Maven / Gradle / Ivy

@file:JvmName("Difference")

package dev.andrewbailey.diff

import kotlin.jvm.JvmName

fun  differenceOf(
    original: List,
    updated: List,
    detectMoves: Boolean = true
) = DiffGenerator.generateDiff(original, updated, detectMoves)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy