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
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It is not written in readme. I did:
build in intellij idea with goal 'jar'
Copied jar file to my project in android studio, then use it:
implementation files('libs/dsl4j-0.4.5-24-0fd0a0ac9b-SNAPSHOT.jar')
got a number of errors "Could not resolve all files for configuration..."
Switch to use maven version:
implementation 'io.github.eb4j:dsl4j:0.4.5'
And everything is ok. Did maven version updates automatically when you commit new commits to 'main'?
Beta Was this translation helpful? Give feedback.
All reactions