Migrate to Kotlin 2.0.0
and toversion-catalog
from buildSrc
.
#39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a huge PR, with lots of changes. Here is the list of things that are being migrated or changed.
2.0.0
version-catalog
frombuildSrc
buildSrc
module and nowversion-catalog
is used via different modulesSuiteScaffold
andWindowClass
API and removing theTwo-Pane
API for each major screens.Boards
<-->Lists
<-->Card
Sharing the working video clip for reference.
This Video showcase of adding a Card from the outside of the board, the card ask for the Board and the List from the user.
And Once added it start reflecting in the board.
Trello.Clone.-.New.Card.mov
Due to upload limitation, I can't upload large videos, which cover more working features across different screens.
P.S: I have left some Todo's that I will be covering in the Future PR.
Lots of clean up is required to make the code base clean, will be working on this as well with each increasing features.
I will appreciate it a lot, if you can review and provide me suggestion, Will be more than happy to implement your suggestions and ideas.