linter-kotlin

A linter for the kotlin language using kotlinc

francis36012

15,673

10

0.6.0

MIT

GitHub

This package provides the following services:

linter-kotlin

This linter package lints .kt files using kotlinc
This package requires the language-kotlin package to be present

Package installation

This package can be installed from the package settings page by searching for and installing the linter-kotlin package.
It can also be installed using apm from the command line:

$ apm install linter-kotlin

Configuration

The package can be configured from the settings page or by editing config.cson directly.
Available configuration options are:

An example configuration (in config.cson):

"linter-kotlin":
	executablePath: "/usr/bin/kotlinc"
	classpath: "/usr/local/lib/java/somelibrary.jar:/home/user/classdir"
	compilerOutputDir: "build"
	commandTimeout: 30

Project specific classpath can be defined in a file called .atom_jvm_classpath

NOTE: The kotlin compiler does not support classpath wildcards
If you define classpaths that have wildcards in them, they will be ignored