Skip to content

Commit

Permalink
icerockdev#29 fetch info algorithm about library
Browse files Browse the repository at this point in the history
  • Loading branch information
anton6tak committed Sep 14, 2021
1 parent b6c6e9c commit 9c132eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Add in `libraries.json` new object in array:
]
```

# Fetch info algorithm about library
1. Look up to `maven-metadata.xml` file to set `groupId`, `artifactId` and library `version`
2. Open the `version` directory and look to `${artifactId}.module` file
3. The `dependencies` block contains `module:kotlin-stdlib-common`. There is the Kotlin version located
4. If there is a url link to `.module` file, follow it and do 2 and 3 steps again

## License
Copyright 2020 IceRock MAG Inc.
Expand Down

0 comments on commit 9c132eb

Please sign in to comment.