headroom-0.4.3.0: License Header Manager
Copyright(c) 2019-2022 Vaclav Svejcar
LicenseBSD-3-Clause
Maintainervaclav.svejcar@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Headroom.FileSupport.Kotlin

Description

Support for Kotlin source code files. This implementation extracts Kotlin package name as variable.

Extracted Variables for Templates

This implementation extracts following variables from source code file:

  • _kotlin_package_name - name of the Kotlin package

Extracted Custom Data

This implementation does not extract any custom data from template file.

Synopsis

Documentation

fileSupport :: FileSupport Source #

Implementation of FileSupport for Kotlin.