Hi! I’m playing around with refined types and anti...
# arrow
m
Hi! I’m playing around with refined types and anticipated intellij to show me the red squiggly line whenever providing illegal constant value as an argument to invoke function, but the ide doesn’t really show me an error only in console when building the project. I’m working at 2021.1.2 version of intellij. Can I do something about it?
t
I reported that bug here: https://github.com/arrow-kt/arrow-meta/issues/823 I think there is some problem with publishing plugin so that the plugin isn't getting applied.
👍 2
r
Thanks @thanh!! 🙌 I think @Miłosz Korman is referring to the IDE. @Miłosz Korman, that behavior is expected because the Gradle Plugin doesn't include IDE notifications. Maybe you were thinking about the initial Arrow Meta IDEA Plugin. About that plugin: https://kotlinlang.slack.com/archives/CJ699L62W/p1618850218016000 @thanh I added additional cases in your issue. It seems the plugin is properly published and it's being applied. However, it doesn't show the expected behavior in one case. Thank you all!!
👍 2