kotools / types

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

🎉 New `types2` Gradle project #607

Closed LVMVRQUXL closed 8 months ago

LVMVRQUXL commented 8 months ago

📝 Description

Due to various design problems with the first edition of Kotools Types, we want to implement its second edition from scratch. Our first step is to introduce a new types2 Gradle project that should be independent from the one representing the first edition of Kotools Types.

✅ Checklist

LVMVRQUXL commented 8 months ago

See related issue: #612.

It is possible to generate an independent Gradle wrapper for the types4 project by running the ./gradlew :types4:wrapper from the root directory. This is interesting for decoupling the types4 project from the types5 project.

LVMVRQUXL commented 8 months ago

We will not create a second edition of Kotools Types for maintaining its backward compatibility (reverts done in 60382ca58aeba621005d6c909b58ca55b9b78f00).