Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Jetpack Compose #28

Closed
viktorisacenko opened this issue Jun 25, 2021 · 3 comments
Closed

Jetpack Compose #28

viktorisacenko opened this issue Jun 25, 2021 · 3 comments
Labels
enhancement New feature or request MediaStore

Comments

@viktorisacenko
Copy link

Hey, is there a plan for jetpack compose compatibility?

@viktorisacenko viktorisacenko added the enhancement New feature or request label Jun 25, 2021
@yrezgui
Copy link
Collaborator

yrezgui commented Jun 25, 2021

Hi @viktorisacenko, ModernStorage doesn't have dependencies on the UI framework, so it's already working with Jetpack Compose 😎!

The only possible issue (I didn't verify) is we're relying currently on Kotlin 1.4.32 while Compose has moved to 1.5.x. We'll migrate to it next week.

@yrezgui
Copy link
Collaborator

yrezgui commented Jul 5, 2021

Quick update: I can't update ModernStorage to Kotlin 1.5.x at the moment due to a compiler bug with kotlin.Result type (See #24).
I should release the alpha02 version this week. If you can test it in a Kotlin 1.5 project, it would be great to see if there are any issue.

@yrezgui
Copy link
Collaborator

yrezgui commented Jan 17, 2022

Well the core modules have been rewritten and the sample is fully written in Compose, I guess I can close this issue. Feel free to re-open it if something is missing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request MediaStore
Projects
Development

No branches or pull requests

2 participants