Skip to content

ProcessorsExample.kt types leak into final artifact #7

Description

@nanodeath

Using this library is slightly complicated by ProcessorsExample.kt publishing all of its types (like Entity, EntityType, Attribute) into the final artifact. Whenever I'm importing Entity in my own code, I need to differentiate between org.hexworks.amethyst.api.entity.Entity (the correct one) and the root level Entity (from ProcessorsExample.kt).

I'm not sure exactly what the right answer here is, but perhaps this entire file can be moved into jvmTest perhaps?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions