https://kotlinlang.org logo
Title
s

Scott Kruse

11/04/2021, 12:33 AM
Is the compose runtime artifact compatible with iOS targets?
j

jw

11/04/2021, 1:44 AM
Only if you build it yourself
👍 1
Otherwise yes, it's working great for us!
s

Scott Kruse

11/04/2021, 3:59 AM
yeah.. the project im experimenting w/ leverages JB compose plugin, shared viewmodel, etc w/ compose web FE, compose android, compose desktop (not sharing any compose components across targets at all). Was curious how runtime would behave for iOS target and no dice
Execution failed for task ':common:compileKotlinIOS'.
> Could not resolve all files for configuration ':common:iOSCompileKlibraries'.
   > Could not resolve org.jetbrains.compose.runtime:runtime:1.0.0-beta6-dev446.
     Required by:
         project :common
Will i have to fight the jb compose plugin if i fork jetpack and build myself? or wheres the best place to start for experimenting w/ runtime on iOS
j

jw

11/04/2021, 11:25 AM
For native you also need to build the compiler plugin yourself
:thank-you: 1
h

Huixing.Wang

11/05/2021, 7:00 AM
@jw Will ‘Redwood’ , which you mentioned in your blog, be open source in the future?
j

jw

11/05/2021, 12:02 PM
Probably, yes. It's built in its own repo so that open sourcing would be easy.
👍 1