We want to introduce a new types2 Gradle project containing sources for Kotools Types 1. This project should be independent from the types one, containing sources of Kotools Types 1, and should contain the following subprojects:
core providing the actual types (publicly available as org.kotools:types-core)
kotlinx-serialization providing support of types with kotlinx.serialization (publicly available as org.kotools:types-kotlinx-serialization)
samples containing samples for the API reference (internally available).
🔗 Dependencies
This issue is blocked by the following items:
[x] #631
✅ Checklist
[ ] Create the types2 Gradle project.
[ ] Create the core subproject with code sample.
[ ] Create the kotlinx-serialization subproject with code sample.
[ ] Create the samples subproject with code sample.
[ ] Create an integration workflow for the types2 project and its subprojects.
[ ] Document motivations and design goals in a new README documentation for this project.
[ ] Create a CHANGELOG documentation for this project.
📝 Description
We want to introduce a new
types2
Gradle project containing sources for Kotools Types 1. This project should be independent from thetypes
one, containing sources of Kotools Types 1, and should contain the following subprojects:core
providing the actual types (publicly available asorg.kotools:types-core
)kotlinx-serialization
providing support of types with kotlinx.serialization (publicly available asorg.kotools:types-kotlinx-serialization
)samples
containing samples for the API reference (internally available).🔗 Dependencies
This issue is blocked by the following items:
✅ Checklist
types2
Gradle project.core
subproject with code sample.kotlinx-serialization
subproject with code sample.samples
subproject with code sample.types2
project and its subprojects.