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

jvmMain.RaptorSettingsComponent.kt Maven / Gradle / Ivy

There is a newer version: 0.27.0
Show newest version
package io.fluidsonic.raptor


internal class RaptorSettingsComponent(
	val settings: RaptorSettings
) : RaptorComponent.Default() {

	object Key : RaptorComponentKey {

		override fun toString() = "settings"
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy