1.0.0
Summary:
- Added support for bld 2.0.1
- Reworked support for local compiler plugins (e5970bc)
- Added option to specify the Kotlin compiler (
kotlinc
) path directly (7f3fc6f) - Ensured exit status is set on failure (c952b98)
- Added string array parameters to overloaded methods where applicable (c54672a)
- Configure the main and test source directories from the project (41e60f6)
- Ensured all missing Kolin compiler arguments are handled (1623b90)
Breaking Changes:
- Kotlin compiler must be installed. Location is deducted from KOTLIN_HOME, if set. (6fa3bde)
- Moved compile options and plugins to sub-package (c595632)
- Moved Dokka operation to its own extension (8d34f37)
Full Changelog: 0.9.8...1.0.0