You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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 ?
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 )
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 ?
the DI (dependency injection) can let switch ? koin & hilt ?
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 ?
The text was updated successfully, but these errors were encountered: