Hello! How can I configure stdlib dependency in common module in IDEA? Currently it complains about "Kotlin not configured", but suggests only Java or JavaScript configurators
b
bashor
08/09/2017, 6:24 PM
Do you use IDEA project?
bashor
08/09/2017, 6:28 PM
If so you:
open “Project structure”
open “Facets”
add “Kotlin” facet and link with module
setup the “Target platform” for the facet
bashor
08/09/2017, 6:29 PM
but better way is using gradle
s
sandwwraith
08/10/2017, 8:58 AM
Do you have any examples of
build.gradle
for such setup?
sandwwraith
08/10/2017, 9:02 AM
I set up kotlin facet, but I don't know how to add stdlib to module dependencies, and seems it's not working without it