I'm trying to switch over a project to use kotlin ...
# gradle
m
I'm trying to switch over a project to use kotlin build scripts. The build works fine now but idea is still complaining about unresolved references everywhere (
gradle
,
buildscript
, etc). Anything else I need to do to get idea to find those?
simple smile 1
s
which is your
gsk
version ?
m
0.8.0
. I managed to fix it by deleting the Kotlin folder from my
.idea/config/plugins
. AFAIK that's shipped with idea now so I guess there was still an old version in there breaking something. No idea why that never caused any other issues. I'm still getting
Copy code
WARN: Failed to initialize native filesystem for Windows
java.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.
when I build. Doesn't seem to be affecting anything though.
y
@mwerschy This way should be documented 🙂