Repost a question asked before: is there a way to ...
# announcements
h
Repost a question asked before: is there a way to make kotlin plugin detect the invalid usage of 1.8 api (like ConcurrentMap.compute(String, BiFunction)) while already setting language level to 1.7? Now it can only be discovered at runtime with NoClassDefFoundException.