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

ru.pocketbyte.locolaser.ConfigResourceBuilder+Properties.kt Maven / Gradle / Ivy

package ru.pocketbyte.locolaser

import ru.pocketbyte.locolaser.config.ResourcesSetConfigBuilder
import ru.pocketbyte.locolaser.properties.PropertiesResourcesConfigBuilder

/**
 * Create and configure Properties resources config.
 */
fun ResourcesSetConfigBuilder.properties(action: PropertiesResourcesConfigBuilder.() -> Unit) {
    add(PropertiesResourcesConfigBuilder(), action)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy