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
Since including the UIReferenceImplementation library is the recommended way to start building applications with MyScript's SDK, why not publish it as a library too?
As a developer, in order to start working with the SDK, I'm expecting to do something like:
implementation "com.myscript:iink:2.3.2"
implementation "com.myscript:iink-ui:2.3.2"// This is the UIReferenceImplementation library
Instead, in the current situation, I have to copy-paste the reference library code from the examples repo, which is not ideal for obvious reasons.