I've put ``` <configuration> ...
# build-tools
b
I've put
Copy code
<configuration>
                    <args>
                        <arg>-Xjsr305=strict</arg>
                    </args>
                </configuration>
in my pom.xml, now I getting
Error:Kotlin: Conflict duplicating -Xjsr305 value: strict, strict
. What to do? Remove these lines?