Does meta type proofs have the ability to work on ...
# arrow-meta
y
Does meta type proofs have the ability to work on a multiplatform project yet? Because I'm trying to use it on the
jvmMain
sourceset in a very basic test multiplatform project and nothing is being replaced at all. I tried both
@Given
and
@Coercion
but to no avail. This is with the 1.4.10 snapshot. Oddly enough, I do recall it working on the
jvmMain
sourceset before with the 1.3.61 snapshot but I'm not sure. So yeah, is it maybe another issue, or does the plugin just not go through these sourcesets yet? And if so, is there a way to edit its configuration options to add the
jvmMain
directory manually as a user? Kinda like how it already goes through
main
and
test
, or should I just admit defeat and use a normal kotlin jvm project?
r
not yet since it relies on the IR backend only, once that is stable and for all platforms we will adapt it for that version of Kotlin and will actually release the plugins for multiplatform
🙌 1