Does anyone here know how I could go about trying ...
# ios
p
Does anyone here know how I could go about trying to add support for xrOS (vision OS) to kotling-gradle-plugin? I saw some questions on JetBrains tasks tracker and there are few files mentioned where some changes might be required. Is there a way to modify the plugin in the source code and deploy it locally and try to use it in Android Studio? I am strongly interested in adding support. for xrOS as it is needed for my project.
h
https://youtrack.jetbrains.com/issue/KT-59571/Add-support-for-visionOS-SDK According to the answer visionOS won’t be supported soon.
p
Yes I was wondering if I could do that work on my own
and use custom plugin for my deployments if it turns out to be working
I am just wondering if anyone did something like that and can give me pointers how to even start 😉
for example how to add my own local version of kotlin-gradle-plugin to Android Studio
after that I could go step by step trying to add the new target and figure out if it is working or not
h
KGP is not the problem, replacing/updating LLVM is.
p
I see that other multiplatform projects managed to make it work
ReactNative as well as Flutter
of course there is no code provided so they didn’t show HOW they did it but it seems doable