Do I need to use maven for ktor? The github docs s...
# getting-started
r
Do I need to use maven for ktor? The github docs say to add mavenCentral() as a repository. i am new to java/kotlin. Dont i have to pick between gradle and maven?
s
Maven repositories and dependencies are compatible with both Gradle and Maven 👍
r
image.png
io is failing to import?
s
After modifying your Gradle file you need to refresh the build -- see the little icon at the top right of the editor?
🐘 1
r
Ah I do! Thanks!
image.png
can I do this part if I have community edition? Is it just the IntelliJ launcher plugin that is paywalled?
s
Yes, the Gradle plugin is free
r
i see
image.png
when I press teh play button...
s
That seems okay. The stuff about slf4j and the StaticLoggerBinder is just a warning, you can ignore it until you come to set up logging in your application
r
ah okay
yeah the localhost works
👍 1
and I am running it the idiomatic way right? just pressing the play button while in Main.kt/
the docs said to use ./gradelw
I tried doing that command in root and it failed
in root/
s
Either should be fine for development purposes 👍