https://kotlinlang.org logo
#intellij
Title
# intellij
b

Ben Madore

08/04/2020, 5:10 PM
sigh.
w

wasyl

08/04/2020, 5:11 PM
this seems like
plugins { java }
is not the proper way to add java plugin
Sample says
Copy code
plugins {
    `java-library`
}
b

Ben Madore

08/04/2020, 5:17 PM
but that’s a different plugin
👍 1
h

Hanno

08/04/2020, 7:39 PM
Some strange behaviour because of the import of java.net.Uri? Otherwise remove the curly braces temporarily and Ctrl right click to find out what it resolves to :)
Ah sorry, haven't read your other msg