Skip to content

java-to-kotlin/java-to-kotlin.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for the book Java to Kotlin: A Refactoring Guidebook

Deployed to https://java-to-kotlin.dev.

Theme: https://github.com/pages-themes/minimal

One-time setup

Install rbenv:

brew install rbenv

In the root of this project...

Use rbenv to install the required version of Ruby:

rbenv install

Install bundler into the version of Ruby of the local rbenv:

gem install bundler

Install dependencies into the version of Ruby of the local rbenv:

bundle install

Building

Run ./site-build-local

Releases

No releases published

Packages

No packages published