BTW, I'm faced with the same ignorance just trying...
# getting-started
r
BTW, I'm faced with the same ignorance just trying to run through the koans ...
k
Can you link the tutorial? I'm going to give this a shot.
It was time for me to learn KTor anyway.
r
I think I need to back up to baby steps, creating an IJ kotlin project from scratch, using the 2017.2 docs.
p
for Gradle builds, either File->Open or
./gradlew idea
should work
if not, tell the project owners. good projects have this automated and there shouldn’t be any manual steps.
k
The example projects are maven subprojects, so you have to make a standalone version yourself.
k
you shouldn't even need
gradlew idea
You should be able to import a gradle project as is
k
The problem is still that it's a maven subproject. We managed to solve it via pm though.