api

abstract val api: DependencyCollector

Used to add dependency to commonMain api configuration

api scoped dependencies are used both during compilation and at runtime. They are exported to compilations and runtime of library consumers.