-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Using .native. as a package name is not permitted in Java classes, as "native" is a reserved keyword in Java.
Workaround:
Intermediate Kotlin File: Create an intermediate file in Kotlin to handle the issue.
Java Integration: Call the intermediate Kotlin file from your Java code.
Recommended Solution:
Please rename the native package to a different name. This should resolve the issue completely.
This problem is linked to #3.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request