Skip to content

Commit

Permalink
Additional Kotlin Improvements (#123)
Browse files Browse the repository at this point in the history
* Update to Kotlin 1.8.10. Kotlin/JS is now IR only because legacy compiler being deprecated.

* remove browser from js

* remove browser from js
  • Loading branch information
iNoles authored Mar 3, 2023
1 parent a4cc90d commit 4a5867b
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Result

[![Kotlin](https://img.shields.io/badge/kotlin-1.7.20-blue.svg)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.10-blue.svg)](http://kotlinlang.org)
![Github Action](https://github.com/kittinunf/Result/actions/workflows/Main.yml/badge.svg)
[![MavenCentral](https://maven-badges.herokuapp.com/maven-central/com.github.kittinunf.result/result-jvm/badge.svg)](https://search.maven.org/search?q=g:com.github.kittinunf.result)
[![Codecov](https://codecov.io/github/kittinunf/Result/coverage.svg?branch=master)](https://codecov.io/gh/kittinunf/Result)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.7.20"
kotlin = "1.8.10"
jacoco = "0.8.8"

[libraries]
Expand Down
Loading

0 comments on commit 4a5867b

Please sign in to comment.