Open thilux opened 6 years ago
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"
We need to add
maven { url "https://dl.bintray.com/kotlin/squash" }
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!