Kotlin Dependencies
A dependency container for the different scopes that Kotlin projects can have.
Since
2.2.20
Properties
Link copied to clipboard
Add a dependency to the commonMain source set's api configuration.
Link copied to clipboard
Add a dependency to the commonMain source set's compileOnly configuration.
Link copied to clipboard
Add a dependency to the commonMain source set's implementation configuration.
Link copied to clipboard
Add a dependency to the commonMain source set's runtimeOnly configuration.
Link copied to clipboard
Add a dependency to the commonTest source set's compileOnly configuration.
Link copied to clipboard
Add a dependency to the commonTest source set's implementation configuration.
Link copied to clipboard
Add a dependency to the commonTest source set's runtimeOnly configuration.