We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have added this issue on bintray as a review comment directly but I decided to bring it here also in case the the former is not looked at.
In bintray, it is said that to add squash to our project using gradle (in my case) you are only required to add the following to your build gradle:
compile 'org.jetbrains.squash:squash:0.2.3'
That, though, is not correct as it does not retrieve squash jars at all. Instead, the correct would be to add:
compile 'org.jetbrains.squash:#MODULE#:0.2.3'
Where #MODULE# should be one of the following:
Thank you!
The text was updated successfully, but these errors were encountered:
I also can not import the library I have
repositories { mavenCentral() jcenter() }
compile group: 'org.jetbrains.squash', name: 'squash-postgres', version: '0.2.4'
I get "Unable to resolve org.jetbarins.squash"
Sorry, something went wrong.
We need to add
maven { url "https://dl.bintray.com/kotlin/squash" }
No branches or pull requests
Hi,
I have added this issue on bintray as a review comment directly but I decided to bring it here also in case the the former is not looked at.
In bintray, it is said that to add squash to our project using gradle (in my case) you are only required to add the following to your build gradle:
That, though, is not correct as it does not retrieve squash jars at all. Instead, the correct would be to add:
Where #MODULE# should be one of the following:
Thank you!
The text was updated successfully, but these errors were encountered: