KotlinDependencies
Dependency container for different scopes that Kotlin projects can have.
Since
2.2.20
Properties
Link copied to clipboard
Used to add dependency to commonMain api configuration
Link copied to clipboard
Used to add dependency to commonMain compileOnly configuration
Link copied to clipboard
Used to add dependency to commonMain implementation configuration
Link copied to clipboard
Used to add dependency to commonMain runtimeOnly configuration
Link copied to clipboard
Used to add dependency to commonTest compileOnly configuration
Link copied to clipboard
Used to add dependency to commonTest implementation configuration
Link copied to clipboard
Used to add dependency to commonTest runtimeOnly configuration