Where am I suppose to add custom maven repo config...
# multiplatform
j
Where am I suppose to add custom maven repo configuration in a kmm project? I tried in
build.gradle -> buildscript -> repositories
,
build.gradle -> allprojects -> repositories
,
settings.gradle -> pluginManagement -> repositories
and
shared -> build.gradle -> repositories
but I always get the same error :
Could not find com.jeantuffierstatemachine1.5.0.
Required by:
project :shared
p
The logs schould show you where it searched
Can you post you build gradle file where you have declared that dependency?
j
I recreated a project from scratch and added only that dependency, it worked this time. I guess I had some cached error 🤷