runtimeOnly

abstract val runtimeOnly: DependencyCollector

Used to add dependency to commonMain runtimeOnly configuration

runtimeOnly scoped dependencies are used only at runtime and not visible during compilation. They are exported to runtime of library consumers.