File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ Intellij has native support for Kotlin. Eclipse has a plugin that I've read is
45
45
Visual Studio has good support, I assume it wraps around the CLI stuff.
46
46
47
47
## Native kotlin libs and frameworks
48
- * [ Ktor - Async webserver] ( https://ktor.io/ https://www.raywenderlich.com/2885892-server-side-kotlin-with-ktor )
48
+ * [ Ktor - Async webserver] ( https://ktor.io/ ) and [ another guide ] ( https://www.raywenderlich.com/2885892-server-side-kotlin-with-ktor )
49
49
* [ Spek - testing framework] ( https://github.com/spekframework/spek ) supports specification style (Jasmine/RSpec) and
50
50
gherkin (cucumber) [ data driven test] ( https://github.com/spekframework/spek/issues/521 ) . [ Baeldog article on spek] ( https://www.baeldung.com/kotlin-spek )
51
- * [ KotlinLang list of some popular frameworks and libs] (https://kotlinlang.org/docs/resources.html
51
+ * [ KotlinLang list of some popular frameworks and libs] ( https://kotlinlang.org/docs/resources.html )
52
52
53
53
##Some usage stats
54
54
* [ Jetbrains tracking usages] ( https://www.jetbrains.com/lp/devecosystem-2019/kotlin/ ) . Note non-android dev is quite high.
You can’t perform that action at this time.
0 commit comments