Limitations
The reality is that the programming languages Dart and Kotlin are not interoperable which results in a bunch of limitations. Sometimes they have a strong effect, but not always. The team is working to minimize the limitations as much as possible, but some cannot be removed.
But which limitations have a high impact to the project?
The libraries Java- & Kotlin-Poet offer a feature to import classes when using the type literal. In DartPoet that is not possible due the reason that imports between Dart and Kotlin / Java are not the same
Dart also does not have each data type which Kotlin or Java have. In such cases the API throws an exception or maps the data type to an equivalent Dart type
Last updated