Skip to content

Allow renaming the autogenerated Kotlin package name #610

@dfabulich

Description

@dfabulich

The app module package is autogenerated and unconfigurable.

What is this autogenerated based on?

The lower-cased and de-camel-cased module name. E.g., FooBar becomes foo.bar, and SomeBIGThing becomes some.big.thing.

(Why isn't it changeable? How is it even possible to have an unchangeable setting??)

We've always thought that derived package name customization would be a useful feature, but (to my surprise) no-one has ever requested it, and so we never bothered implementing it.

Originally posted by @marcprux in #323

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttranspilationIssues around transpilation from Swift to Kotlin (Skip Lite)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions