kotlin-infer¶
Options controlling which dependencies will be inferred for Kotlin targets.
Backend: pants.backend.experimental.kotlin
Config section: [kotlin-infer]
Basic options¶
imports
¶
--[no-]kotlin-infer-imports
PANTS_KOTLIN_INFER_IMPORTS
default: True
Infer a target's dependencies by parsing import statements from sources.
consumed_types
¶
--[no-]kotlin-infer-consumed-types
PANTS_KOTLIN_INFER_CONSUMED_TYPES
default: True
Infer a target's dependencies by parsing consumed types from sources.
Advanced options¶
None
Deprecated options¶
None