experimental_wrap_as_kotlin_sources
Allow files and sources produced by the targets specified by inputs
to be consumed by rules that specifically expect a KotlinSourceField
.
Note that this target does not modify the files in any way. If outputs
is not specified, all files with the following extensions will be matched: .kt
This target must be explicitly specified as a dependency of any target that requires it. Sources from this target will not be automatically inferred as dependencies.
This target is experimental: in future versions of Pants, this functionality may be made available with a different interface.
Backend: pants.backend.experimental.kotlin