kotools / types

Explicit types for Kotlin Multiplatform.
https://types.kotools.org
MIT License
90 stars 6 forks source link

🚚 Move sources from root project to a new `library` Gradle subproject #640

Closed LVMVRQUXL closed 7 months ago

LVMVRQUXL commented 7 months ago

📝 Description

We want to introduce a library Gradle subproject for moving the sources of Kotools Types from the root project to this new one. This subproject should keep the artifact name of the root project for being accessible from the Maven Central repository.

implementation("org.kotools:types:4.5.0") // the version is fictive

✅ Checklist