can I just have kmm library on maven local and use...
# gradle
a
can I just have kmm library on maven local and use in other kotlin android project as a dependency
m
That works. Add
mavenLocal()
to your repositories
v
But be aware that maven local is broken by design and brings many drawbacks. So at least put it last in the list of repositories and use a content filter to resolve only exactly what you want: The case for mavenLocal() If possible it is often better to use a composite build.
☝️ 1
1
m
Agree 100% it’s good for quick experiments but do not rely on it for more than that.
The case for mavenLocal()
I’m not native speaker but shouldn’t that be “The case against”?
v
I think so too, but not a native speaker either. Maybe it is some pun? Or maybe we just don't know it is correct? I just copied the heading including link from the docs page.
👍 1
a
@Vampire I am new to android development with kotlin, earlier I used to do with flutter. Can you suggest some resources from which I can learn. I have read Kotlinlang docs for learning kotlin. I found google android course too slow and boring.
v
Nope, I'm not into Android development at all
a
@Vampire cool, then what do you do.
v
"normal" software development. :-D
😆 1