Does live edit work for compose multiplatform? I c...
# compose
c
Does live edit work for compose multiplatform? I can't seem to get it working. I never see the green checkmark the docs say I should
c
interesting
j
Do you know what may have been different between the two projects? I'm also wondering how to enable live edit for that compose multiplatform template
a
@Caleb I just created a project with the kmp wizard and the live edit is not working. Did you have to do some workarounds or smth to make it work?
a
What error are you seeing? There has been report that somehow Android Studio thinks every directory within a KMP project appears to be testSrc which Live Edit refuse to support (https://issuetracker.google.com/issues/319247142) Are you seeing something similar?
a
Yes, that's the error I am getting. But I had to add these first, because they were not there when I created the project:
buildFeatures *{*
compose = true
}
composeOptions *{*
kotlinCompilerExtensionVersion = _libs_._versions_._compose_._compiler_.get()
}
405 Views