commonMain.co.touchlab.skie.plugin.util.toPrettyJson.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin-impl-jvm Show documentation
Show all versions of gradle-plugin-impl-jvm Show documentation
Internal implementation for SKIE Gradle plugin.
package co.touchlab.skie.plugin.util
import groovy.json.JsonOutput
fun Any.toPrettyJson(): String =
JsonOutput.prettyPrint(JsonOutput.toJson(this))