ARThanks for sharing this, there's a small typo in the Demo 3: "count++ to count++", should be "count++ to count--"Comment·Article·Dec 20, 2024·Say Hello to 'Compose Hot Reload' (Firework)
ARAmazing article, hope you eventually update it with the web target partComment·Article·Jul 23, 2024·Setting up Kotlin Multiplatform (+Compose)
AROn Step 6, you're declaring ManualSaveJsonFileGameStateSaver with true, should it be false, right?Comment·Article·May 7, 2024·Composition over Inheritance: My refactoring recipe