Package io.github.gmazzo.codeowners
Class KotlinSupport
-
- All Implemented Interfaces:
public final class KotlinSupport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKotlinSupport.Companion
-
Field Summary
Fields Modifier and Type Field Description private final KotlinProjectExtensionkotlinpublic final static KotlinSupport.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description KotlinSupport(Project project)
-
Method Summary
Modifier and Type Method Description final KotlinProjectExtensiongetKotlin()final UnitconfigureTargets(Function1<KotlinTarget, Unit> action)-
-
Method Detail
-
getKotlin
final KotlinProjectExtension getKotlin()
-
configureTargets
final Unit configureTargets(Function1<KotlinTarget, Unit> action)
-
-
-
-