Closed jdblack closed 10 months ago
To fix this, one needs to add jitpack to settings.gradle.kts
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io") <-------------------
}
}
Fixed in version 2.0.4
I came across the following while trying to use this faker 2.0.3 in a newish (API 34) kotlin android app that I'm writing
11: Task failed with an exception.