Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for kotlin multiplatform #44

Merged
merged 2 commits into from
Oct 10, 2024

Commits on Sep 15, 2024

  1. add support for kotlin multiplatform

    this commit adds support for most kotlin multiplatform targets including ios, wasm, js, jvm
    also fixes nanihadesuka#41
    
    all tests have passed
    compiled for all platform and got successful
    
    * setup targets
    * move tests from androidTest to androidUnitTest sourceSet, some dependencies are android-specific and we cant put it on commonTest sourceSet
    * moved previews to androidMain sourceSet as it is android-specific
    * migrated some components to material3
    * bumped Kotlin to 2.0.20
    * bumped agp to 8.6.0
    * remove explicit compose buildFeature declaration as is is no more needed after AGP 8.5.2
    * bumped some dependencies to their latest version
    * get rid on some unused dependencies like appcompat etc..
    * use jetbrains compose compiler and jetbrains compose dependencies
    Rafael2616 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5bf3ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. remove isAndroidApp check

    Rafael2616 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e6f5cf5 View commit details
    Browse the repository at this point in the history