Class KotlinSourceCodeWriter

java.lang.Object
io.spring.initializr.generator.language.kotlin.KotlinSourceCodeWriter
All Implemented Interfaces:
SourceCodeWriter<KotlinSourceCode>

public class KotlinSourceCodeWriter extends Object implements SourceCodeWriter<KotlinSourceCode>
A SourceCodeWriter that writes SourceCode in Kotlin.
Author:
Stephane Nicoll, Matt Berteaux