Skip to content

Conversation

@shanshin
Copy link
Collaborator

No description provided.

shanshin and others added 2 commits September 19, 2025 15:37
README.md Outdated

## Kover features artifact
A JVM dependency that allows to programmatically instrument class-files on a disk.
Minimum version of JVM is `8`.
Copy link
Member

Choose a reason for hiding this comment

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

IIRC it is still '1.8', they migrated to single-number starting with Java 9

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Indeed )

apiVersion = KotlinVersion.KOTLIN_1_5
languageVersion = KotlinVersion.KOTLIN_1_8
apiVersion = KotlinVersion.KOTLIN_1_8
freeCompilerArgs.addAll("-Xsuppress-version-warnings")
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't use also specify -Xjdk-release to avoid accidentally using API from higher JDKs?
(although you probably already has this covered by toolchain)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, output bytecode version is controlled by toolchain version

@shanshin shanshin merged commit 5c7951b into main Sep 19, 2025
@shanshin shanshin deleted the upgrade-gradle branch September 19, 2025 14:43
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.

4 participants