Closed LVMVRQUXL closed 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.
We will not create a second edition of Kotools Types for maintaining its backward compatibility (reverts done in 60382ca58aeba621005d6c909b58ca55b9b78f00).
📝 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
v5
directory.tasks
Gradle task.types5
project astypes2
.types2
project to a newv2
directory.