Is it safe to use the androidx compilers with comp...
# compose-ios
l
Is it safe to use the androidx compilers with compose-jb? I’d like to use Kotlin 1.8.0 for XCode 14 support, but I don’t see anything in the org.jetbrains.compose.compiler group that has support. I’m using the following line:
Copy code
kotlinCompilerPlugin.set("androidx.compose.compiler:compiler:1.4.0-dev-k1.8.0-33c0ad36f83")
i
a
Just mind the disclaimer:
Copy code
There are still ways to use it, although stability is not guarantied. Even if it compiles fine, there can be hidden runtime errors, so it is not recommended to use them for production builds.
l
I’ll keep that in mind. I’d imagine that’s the case for the second option (disabling the check). Since the first option uses a valid androidx compose compiler, isn’t it more likely to be stable?
a
I think using the proper compiler plugin is better. Personally, I would wait for a JB release, or use the androidx compiler otherwise.