Maria Krishtal
02/08/2024, 9:13 AMmbonnin
02/08/2024, 9:16 AMIlya Kirillov [JB]
02/08/2024, 12:08 PMSo I'm guessing this is going to be mostly useful for backend/Spring/data/other users that are doing mostly JVM?Yes, that's correct. We expect KMP support to arrive in IntelliJ 2024.2. However, we cannot share any specific dates about Android support yet. Information about what is supported in 2024.1 is specified in the blog post: https://blog.jetbrains.com/idea/2024/01/intellij-idea-2024-1/#kotlin
rocketraman
02/08/2024, 2:19 PMIlya Kirillov [JB]
02/08/2024, 2:41 PMWould be cool if we could enable this on a per-project basis. I have projects I'd want to try it out on, but also some KMP projects where I can't.Unfortunately, it is not technically possible. You can only set K2 mode for the entire IntelliJ IDEA instance. However, you can install another instance of IntelliJ, in which K2 mode will be used.
louiscad
02/08/2024, 3:54 PMSebastian Sellmair [JB]
02/09/2024, 8:26 AMgalex
02/23/2024, 5:39 PMFirFileChecker
?
I'm doing the following, as shown in the DummyNameChecker sample:
reporter.reportOn(source, MY_ERROR, name, context)
I get an error from the compiler but no sign of error compilation in the IDE itself. maybe this is not yet implemented? 🤔hfhbd
02/26/2024, 1:59 PMIlya Kirillov [JB]
02/29/2024, 8:49 AM