module Buildr::Kotlin::ProjectExtension

Public Instance Methods

kotlinc_options() click to toggle source
# File lib/buildr/kotlin/compiler.rb, line 258
def kotlinc_options
  @kotlinc ||= KotlincOptions.new(self)
end