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
It looks like the access level of LibraryLoader was changed to package private as of v1.1.16 in this commit. So now LibraryLoader#initialize can't be accessed. It remains this way in the current master.
Was this an intentional change? If so, is there any other way of enabling the workaround for loading native libraries which don't rely on reflection?
For now, I'm going to use 1.1.15, but it would be great to get this clarified.
The text was updated successfully, but these errors were encountered:
It looks like the access level of
LibraryLoader
was changed to package private as of v1.1.16 in this commit. So nowLibraryLoader#initialize
can't be accessed. It remains this way in the current master.Was this an intentional change? If so, is there any other way of enabling the workaround for loading native libraries which don't rely on reflection?
For now, I'm going to use 1.1.15, but it would be great to get this clarified.
The text was updated successfully, but these errors were encountered: