ru.pocketbyte.locolaser.kotlinmpp.builder.KmpClassFixedFormattingBuilder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resource-kotlin-mpp Show documentation
Show all versions of resource-kotlin-mpp Show documentation
Implementation of platform for LocoLaser tool to work with Kotlin MPP projects.
The newest version!
package ru.pocketbyte.locolaser.kotlinmpp.builder
import ru.pocketbyte.locolaser.config.resources.ResourcesConfigBuilderFactory
import ru.pocketbyte.locolaser.kotlinmpp.KotlinBaseResourcesConfig
import ru.pocketbyte.locolaser.kotlinmpp.KotlinBaseResourcesConfigBuilder
internal typealias FixedFormattingClassBuilder
= KotlinBaseResourcesConfigBuilder
internal typealias FixedFormattingClassBuilderFactory
= ResourcesConfigBuilderFactory
open class KmpClassFixedFormattingBuilder(
name: String,
builderFactory: FixedFormattingClassBuilderFactory,
) : BaseKmpClassBuilder(
name, builderFactory
)