Skip to content

Commit

Permalink
Update Kotlin documentation (1.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jul 26, 2023
1 parent f816105 commit 0db2fbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/docs/scrapers/kotlin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ class Kotlin < UrlScraper
Licensed under the Apache License, Version 2.0.
HTML

version '1.9' do
self.release = '1.9.0'
self.headers = { 'User-Agent' => 'devdocs.io' , 'Cookie' => 'x-ab-test-spring-boot-learning-path=0; userToken=r33dgpe8x3q5vswekg16a' }
end

version '1.8' do
self.release = '1.8.0'
self.headers = { 'User-Agent' => 'devdocs.io' , 'Cookie' => 'x-ab-test-spring-boot-learning-path=0; userToken=r33dgpe8x3q5vswekg16a' }
Expand Down

0 comments on commit 0db2fbe

Please sign in to comment.