kotlin 2.x : move to default hierarchy template (fixes: #152)#155
Open
championswimmer wants to merge 2 commits intoxxfast:masterfrom
Open
kotlin 2.x : move to default hierarchy template (fixes: #152)#155championswimmer wants to merge 2 commits intoxxfast:masterfrom
championswimmer wants to merge 2 commits intoxxfast:masterfrom
Conversation
> NOTE: This bumps version to 2.0.0 because technically this is a breaking change as the dependency tree and hierarchy changes - we product basically only jvm, native and js (wasm + normal) as libraries - desktop compose apps will use jvm variant - android will use jvm variant - all apple targets will use native variant - kotlin/native (cli apps) will use native variant too none of this needs to be configured by apps consuming this library, this is handled automatically by default hierarchy template instructions on how to use the library and installation steps do NOT change, it is still same except browser, everywhere else we use kstore-file on browser we use kstore-storage
Author
|
@xxfast - any chance of merging this? |
Owner
|
@championswimmer current working on migration to maven central #156 - will merge this right after 👍 |
Author
|
@xxfast - any further updates? |
Author
|
@xxfast any chance to take a look at this please? |
Owner
|
Hi @championswimmer Apologies for the delay - been too busy with work I plan to get this in asap. Stay tuned |
d047d88 to
df4888e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 fixes #152
none of this needs to be configured by apps consuming this library, this is handled automatically by default hierarchy template
instructions on how to use the library and installation steps do NOT change, it is still same except browser, everywhere else we use kstore-file on browser we use kstore-storage