Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update kotlin version and migrate to gradle kotlin dsl #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

DavidRomao
Copy link

Hi,
I've updated gradle to version 7.6.1 and kotlin to the most recent version 1.8.20. This required some small changes as some functions from kotlin-stdlib were renamed.
I also introduced the kotlin-tests libraries which provide an abstraction over junit. With this change I also replaced junit4 with JUnit5.

Comment on lines -37 to +38
for (j in -15 until -1) {
assertEquals(sqrt(i.toDouble()), sqrt(i.toDouble()), j.toDouble())
for (j in 2 until 16) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a functional change, the test intended to validate negative numbers

@bmaslakov
Copy link
Owner

Mind also updating README.md to reference the actual version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants