sentinelweb / cuer

Media queue manager
Apache License 2.0
2 stars 0 forks source link

modularise non-platform code #130

Closed sentinelweb closed 3 years ago

sentinelweb commented 3 years ago

For use in hub / remote / website

look like I should setup for iOS at the same time - the more shared code is written the better

Do tutorials:

Example projects

Look for web frameworks/templates to use with remote

sentinelweb commented 3 years ago

web frameworks

sentinelweb commented 3 years ago

branch: feature/130_make_shared_kmp_module_koin made a first attempt at a hsaed module but i am hitting an error already with compose ... need classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0" for KMP but compose compiler is still waiting https://stackoverflow.com/questions/67600344/jetpack-compose-on-kotlin-1-5-0 https://android-review.googlesource.com/c/platform/frameworks/support/+/1651538

workaround/ fixed with this: https://stackoverflow.com/questions/65372825/kotlin-multiplatform-configuration-issue

fixed

sentinelweb commented 3 years ago

branch: feature/130_make_shared_kmp_module_koin also need to do a koin upgrade for KMP see https://insert-koin.io/docs/setup/v3 fixed