compileOnly

abstract val compileOnly: DependencyCollector

Used to add dependency to commonMain compileOnly configuration

compileOnly scoped dependencies are used during compilation and are not visible at runtime. They are not exported to compilations or runtime of library consumers.