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

jvmMain.com.giancarlobuenaflor.kflogger.backend.KFormatChar.jvm.kt Maven / Gradle / Ivy

package com.giancarlobuenaflor.kflogger.backend

// Suppress errors: companion object - Java static does not match companion object
@Suppress("NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS")
public actual typealias KFormatChar = FormatChar

internal actual val KFormatChar.allowedFlags: Int
  get() = allowedFlags

public actual val KFormatChar.type: KFormatType
  get() = type

public actual val KFormatChar.defaultFormatString: String
  get() = defaultFormatString




© 2015 - 2025 Weber Informatics LLC | Privacy Policy