You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import dev.gitlive.difflib.DiffUtils
import kotlin.test.*
class BasicTest {
@Test
fun testPatch() {
val a = "Hello world"
val b = "Hello cruel world"
val c = "Bye world"
val patch = DiffUtils.diff(a.toList(), b.toList())
}
}
it won compile, while IDEA for example indexes and 'sees' the library very well
Specifications
Version: 4.1.4
Platform: JVM, JS
Most likely something had been changed in mp library format.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Being included into MP project, to compile
Actual Behavior
Steps to Reproduce the Problem
implementation("dev.gitlive:kotlin-diff-utils:4.1.4")
Specifications
Most likely something had been changed in mp library format.
The text was updated successfully, but these errors were encountered: