Hello, I have recently been compiling the "compose...
# compose
g
Hello, I have recently been compiling the "compose-multiplatform-core" project and have switched to the v1.6.1 tag. I noticed that it depends on the 1.5.10.1 version of the compose compiler. However, I could not find the code for version 1.5.10.1. In the "compose/compiler/compiler-hosted" directory, I found the ComposePlugin.kt file. Within this file, the KOTLIN_VERSION_EXPECTATION in the checkCompilerVersion function is 1.9.20, which seems to be old code. Could you please guide me on how I can find the code for the 1.5.10.1 version of the compose compiler? Thank you.