11module Docs
22 class Kotlin < UrlScraper
33 self . type = 'kotlin'
4- self . release = '1.2 .41'
4+ self . release = '1.3 .41'
55 self . base_url = 'https://kotlinlang.org/'
66 self . root_path = 'api/latest/jvm/stdlib/index.html'
77 self . links = {
@@ -22,10 +22,18 @@ class Kotlin < UrlScraper
2222 docs/events.html
2323 docs/resources.html
2424 docs/reference/grammar.html )
25- options [ :replace_paths ] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' }
25+ options [ :replace_paths ] = {
26+ 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' ,
27+ 'docs/reference/coroutines.html' => 'docs/reference/coroutines-overview.html' ,
28+ 'api/latest/jvm/stdlib/kotlin/fold.html' => 'api/latest/jvm/stdlib/kotlin.collections/fold.html' ,
29+ 'api/latest/jvm/stdlib/kotlin/get-or-else.html' => 'api/latest/jvm/stdlib/kotlin.collections/get-or-else.html' ,
30+ 'api/latest/jvm/stdlib/kotlin/map.html' => 'api/latest/jvm/stdlib/kotlin.collections/map.html' ,
31+ 'docs/tutorials/native/targeting-multiple-platforms.html' => 'docs/tutorials/native/basic-kotlin-native-app.html' ,
32+ 'api/latest/jvm/stdlib/kotlin/-throwable/print-stack-trace.html' => 'api/latest/jvm/stdlib/kotlin/print-stack-trace.html' ,
33+ }
2634
2735 options [ :attribution ] = <<-HTML
28- © 2010–2018 JetBrains s.r.o.< br >
36+ © 2010–2019 JetBrains s.r.o.< br >
2937 Licensed under the Apache License, Version 2.0.
3038 HTML
3139
0 commit comments