Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configs ¶
type Configs = map[string]*KotlinConfig
type KotlinConfig ¶
type KotlinConfig struct { *javaconfig.Config // contains filtered or unexported fields }
func New ¶
func New(repoRoot string) *KotlinConfig
func ParentForPackage ¶
func ParentForPackage(c Configs, pkg string) *KotlinConfig
ParentForPackage returns the parent Config for the given Bazel package.
func (*KotlinConfig) NewChild ¶
func (c *KotlinConfig) NewChild(childPath string) *KotlinConfig
Click to show internal directories.
Click to hide internal directories.