I tried to use a multiplatform library compiled with 1.9.0 in a multiplatform project compiled with 1.8.22. All hell broke lose, a lot of IntelliJ errors, plus this:
Copy code
java.lang.IllegalStateException: FATAL ERROR: Could not find "kotlin" in [/Users/tiz/Library/Application Support/kotlin/daemon]
When I went back to 1.8.22 with the library everything worked well.
Both the library and the consumer project are small and on github (I've just started writing them), I can add the link if it's useful.