|
@@ -1,7 +1,7 @@
|
|
|
module Docs
|
|
module Docs
|
|
|
class Kotlin < UrlScraper
|
|
class Kotlin < UrlScraper
|
|
|
self.type = 'kotlin'
|
|
self.type = 'kotlin'
|
|
|
- self.release = '1.2.41'
|
|
|
|
|
|
|
+ self.release = '1.3.41'
|
|
|
self.base_url = 'https://kotlinlang.org/'
|
|
self.base_url = 'https://kotlinlang.org/'
|
|
|
self.root_path = 'api/latest/jvm/stdlib/index.html'
|
|
self.root_path = 'api/latest/jvm/stdlib/index.html'
|
|
|
self.links = {
|
|
self.links = {
|