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

com.simiacryptus.diff.PatchResult.kt Maven / Gradle / Ivy

There is a newer version: 1.2.21
Show newest version
package com.simiacryptus.diff

data class PatchResult(
    val newCode: String,
    val isValid: Boolean,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy