Skip to content

Kotlin Object Method Calls From Java #69

@DK96-OS

Description

@DK96-OS

Using object methods from Java code requires an extra INSTANCE keyword. This shows that these generated methods are not actually static.

The original intent behind using object keyword in this library was to contain static methods.

One known challenge with converting certain Lists objects to Java is the default arguments of some methods. Defaults are not supported in Java 11.

These will have to be replaced with overloaded methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    optimizationA performance improvement is possible

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions