gojuno / koptional

Minimalistic Optional type for Kotlin that tries to fit its null-safe type system as smooth as possible.
Apache License 2.0
289 stars 21 forks source link

Update Gradle 4.7 → 6.5.1 #36

Closed arturdryomov closed 4 years ago

arturdryomov commented 4 years ago

At this point changelogs are irrelevant (the interval between versions is more than 2 years). Had to update the versions plugin and the Kotlin plugin to make it work.

Fun fact — the JUnit plugin seems to be not working the whole time. Thankfully every test passes and Gradle has native JUnit Platform support now.