You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Compose Media Player library requires users to manually include JavaFX dependencies for their respective operating systems and architectures. While this approach ensures compatibility across platforms, it introduces additional configuration steps for users, which might hinder adoption and usage.
Current Behavior
The library relies on dynamically determining the appropriate JavaFX classifier based on the user's OS and architecture using the following logic:
Manually include the corresponding JavaFX dependencies in their projects.
Temporary Solution
As a temporary workaround, users are advised to import the necessary JavaFX dependencies for their specific OS and architecture into their projects. The required dependencies are as follows:
Problem Statement
The current implementation of the Compose Media Player library requires users to manually include JavaFX dependencies for their respective operating systems and architectures. While this approach ensures compatibility across platforms, it introduces additional configuration steps for users, which might hinder adoption and usage.
Current Behavior
The library relies on dynamically determining the appropriate JavaFX classifier based on the user's OS and architecture using the following logic:
This setup requires library users to:
Temporary Solution
As a temporary workaround, users are advised to import the necessary JavaFX dependencies for their specific OS and architecture into their projects. The required dependencies are as follows:
Additional Context
The text was updated successfully, but these errors were encountered: