Full-Multiplatform-Compose-Plugin icon indicating copy to clipboard operation
Full-Multiplatform-Compose-Plugin copied to clipboard

lost "gradle-wrapper.properties" & some suggest

Open CMingTseng opened this issue 1 year ago • 0 comments

  1. use this plugin create project lost "gradle/wrapper/gradle-wrapper.properties" --> at kotlin 1.9.10 will let iOS build fail / over kotlin 2.0.0 will let "project init fail" . can fix it ?

  2. when kotlin 2.0.0 the compose compiler(Ref : https://developer.android.com/jetpack/androidx/releases/compose-compiler & https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler.html#migrating-a-jetpack-compose- ) merge to kotlin maybe the UI can set kotlin version ? when over 2.0.0 will add compose compiler pluigin ? and enable "composeResources" !! ( the project template can use default icon for AD for you )

  3. the ktor /koin version use "https://raw.githubusercontent.com/jakepurple13/Full-Multiplatform-Compose-Plugin/main/versions.json" is hard code !! can modify to real check ? ( ref : https://github.com/gradle-plugins/portal-api ) & the UI can like set AppName or packagename ? when check "use remote source" call api get ?

  4. the DI (dependency injection) can let switch ? koin & hilt ?

  5. can like Android Template(Ref : https://github.com/cnrture/QuickProjectWizard/tree/main/src/main/kotlin/com/github/cnrture/quickprojectwizard/arch. & https://developer.android.com/studio/projects/templates) create "MVVM" Template ?

CMingTseng avatar Sep 11 '24 02:09 CMingTseng