Skip to main content
Version: 2.17.x

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