File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ credits = [
367367 ' https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
368368 ], [
369369 ' Kotlin' ,
370- ' 2010-2017 JetBrains s.r.o.' ,
370+ ' 2010-2018 JetBrains s.r.o.' ,
371371 ' Apache' ,
372372 ' https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
373373 ], [
Original file line number Diff line number Diff line change 11module Docs
22 class Kotlin < UrlScraper
33 self . type = 'kotlin'
4- self . release = '1.1.4 '
4+ self . release = '1.2.21 '
55 self . base_url = 'https://kotlinlang.org/'
66 self . root_path = 'api/latest/jvm/stdlib/index.html'
77 self . links = {
@@ -25,7 +25,7 @@ class Kotlin < UrlScraper
2525 options [ :replace_paths ] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' }
2626
2727 options [ :attribution ] = <<-HTML
28- © 2010–2017 JetBrains s.r.o.< br >
28+ © 2010–2018 JetBrains s.r.o.< br >
2929 Licensed under the Apache License, Version 2.0.
3030 HTML
3131 end
You can’t perform that action at this time.
0 commit comments