Christopher Cartland

Results 14 comments of Christopher Cartland

I think this is fixed. I tried testing after the latest updates in https://github.com/android/kotlin-multiplatform-samples/pull/31.

Thanks! We can close this now that we have updated to agp 8.5.2 and Gradle 8.10 in https://github.com/android/kotlin-multiplatform-samples/pull/28

CI is not working on this repository, likely due to this issue: _The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002_ I...

`ubuntu-20.04` also has a deprecation plan. Switching to `ubuntu-latest` so that we need to do fewer updates on our end. Since we're required to update so often, CI will probably...

@madebymozart let me know how you want to support HdrViewfinder. I might remove it from the list of projects to run in this PR to unblock the others, but we...

@pflammertsma adding workflows for the other projects is a good idea. The project you mentioned are missing the `gradlew`, `graldew.bat`, and `gradle/wrapper` files, so I didn't include it in this...

CI is not working on this repository, likely due to this issue: _The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002_ I...

`ubuntu-20.04` also has a deprecation plan. Switching to `ubuntu-latest` so that we need to do fewer updates on our end. Since we're required to update so often, CI will probably...

@yrezgui I fixed the builds.

This should be fixed in https://github.com/android/kotlin-multiplatform-samples/pull/28. * Updated to Kotlin 2.0.10 * Room 2.7.0-alpha06 * https://developer.android.com/jetpack/androidx/releases/room#2.7.0-alpha06 * https://developer.android.com/kotlin/multiplatform/room#defining-database _"Due to Kotlin 2.0 compilation model, the strategy of referencing a to-be-generated...