-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
bugComponent does not function as intendedComponent does not function as intendedgeneratorIssues binding a Java library (generator, class-parse, etc.)Issues binding a Java library (generator, class-parse, etc.)
Milestone
Description
When binding org.jetbrains.kotlinx.kotlinx-coroutines-core-jvm, the following Kotlin-internal fields are not being marked as private in the Java API.
- /api/package[@name='kotlinx.coroutines.scheduling']/class[@name='TasksKt']/field[@name='BlockingContext']
- /api/package[@name='kotlinx.coroutines.scheduling']/class[@name='TasksKt']/field[@name='NonBlockingContext']
This causes an issue because their type is a Kotlin-internal interface which is being removed from the Java API.
Metadata
Metadata
Assignees
Labels
bugComponent does not function as intendedComponent does not function as intendedgeneratorIssues binding a Java library (generator, class-parse, etc.)Issues binding a Java library (generator, class-parse, etc.)