Skip to content

Releases: fwilhe2/setup-kotlin

Release 0.10.0

30 Oct 21:06
Compare
Choose a tag to compare

Update to kotlin 2, thanks to @gmitch215 via #443

Release 0.9.0

24 Sep 16:22
861f71a
Compare
Choose a tag to compare

Dependency updates

Release 0.8.0

24 Sep 16:21
861f71a
Compare
Choose a tag to compare

Dependency updates

Release 0.7.0

24 Sep 10:05
936099a
Compare
Choose a tag to compare
Use node 20 (#379)

cf https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Release 0.6.0

27 Mar 16:31
a6132d8
Compare
Choose a tag to compare
Bump eslint from 8.33.0 to 8.36.0 (#326)

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.36.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.36.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Release 0.5.0

03 Feb 18:06
2c49536
Compare
Choose a tag to compare
Update default Kotlin to 1.8.10 (#300)

Release 0.4.0

25 Nov 22:43
82bc81a
Compare
Choose a tag to compare
Update Kotlin to 1.7.20 (#277)

Release 0.3.0

18 Jun 16:05
42e088f
Compare
Choose a tag to compare
Update project (#271)

- Use yarn for building like in https://github.com/fwilhe2/action-template
- Update dependencies
- Update default Kotlin version to 1.7.0

Release 0.2.0

10 Feb 19:10
f5c4ad2
Compare
Choose a tag to compare

Change default value of install-native option to false. This is due to instabilities with the url for downloading the Kotlin/Native toolchain, cf #97, #85

Release 0.1.0

04 Feb 19:16
c7852c2
Compare
Choose a tag to compare

Changes

Add install-native option which allows to control if Kotlin/Native should be downloaded and installed.
The default value is true.

Update default Kotlin version to 1.4.30