serpro69 / semver.kt

Semantic versioning gradle plugin via git tags, plus a kotlin implementation of semver spec and a semantic release versioning library
MIT License
7 stars 2 forks source link

Add KMP support for 'spec' and 'release' modules #31

Open serpro69 opened 6 months ago

serpro69 commented 6 months ago

Should be simple enough to convert :spec and :release to multiplatform?

For release would need to get rid of jgit. Which isn't a bad thing in itself to do :D