Open magooster opened 4 years ago
To resolve I had to add the following to settings.gradle
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
url 'https://dl.bintray.com/hotkeytlt/maven'
}
}
}
The Sokt library depends on better-parse-jvm
, the repository should be added automatically.
If I use the version from the readme I get the following error