Skip to content

Package name starting with a kotlin keyword (such as fun, is) should be surrounded in ` to avoid compile error #4

@zhufengning

Description

@zhufengning

图片

For example:

package fun.example //bad
package `fun`.example //good
import fun.example //bad
import `fun`.example //good

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions