Marc Knaup
02/04/2021, 6:33 PMMarc Knaup
02/04/2021, 6:51 PMKarlo Lozovina
02/04/2021, 7:38 PMkotlinOptions.useIR = true
definitely works because compiling my main code with it and tests without it doesn't work 😄Karlo Lozovina
02/04/2021, 7:38 PMMarc Knaup
02/04/2021, 8:11 PMwasyl
02/04/2021, 8:29 PMwasyl
02/04/2021, 8:30 PMKarlo Lozovina
02/04/2021, 8:37 PMudalov
xi
in the @Metadata
annotation on any compiled class file. With 1.4.30, if it's 48
or 50
, it means it's compiled with JVM IR. :)
(More details: https://kotlinlang.slack.com/archives/C7L3JB43G/p1598385937027400?thread_ts=1598382471.026600&cid=C7L3JB43G)Marc Knaup
02/08/2021, 10:41 AM