What I did:
I continued to work on KMM library. I have made a little progress. Now I can execute command publishToMavenLocal and build all artifacts locally. I added the following configuration to settings.gradle.kts to be able to load local artifacts:
maven {
url = uri("/Users/yauheni/.m2/repository")
}
After that, my library was available in the DevTo project. I tried to publish to Maven Central, but I think the current configuration has a problem with recent updates to Maven. I will continue this investigation tomorrow. It is interesting, but also it is weird.
If you want to join the project, just leave a comment here, or write a message in .
.
.
.
.
.
You can find more useful content on my , in .
See you tomorrow.
SOCIAL SHARE CARD GENERATOR