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

Upgrade kotlin version to above 1.4 #12

Open
rickyrattlesnake opened this issue Jan 21, 2022 · 1 comment
Open

Upgrade kotlin version to above 1.4 #12

rickyrattlesnake opened this issue Jan 21, 2022 · 1 comment
Assignees

Comments

@rickyrattlesnake
Copy link

I'm seeing this error using gradle 7.3.3 and kotlin 1.6

w: Language version 1.4 is deprecated and its support will be removed in a future version of Kotlin
e: warnings found and -Werror specified

I think this comes from the apiVersion in https://github.com/ethauvin/semver-gradle/blob/master/build.gradle.kts

Can this be upgraded ?

@ethauvin
Copy link
Owner

ethauvin commented Jan 21, 2022

@rickyrattlesnake I'm using Gradle 7.3.3 and Kotlin 1.6.10 too, and am not seeing any warnings.

The easiest way to determine if the plugin is causing the error is to comment it out in your build file.

@ethauvin ethauvin changed the title Upgrade kotlin version to above 1.4 #bug Upgrade kotlin version to above 1.4 Jan 21, 2022
@ethauvin ethauvin self-assigned this Jan 21, 2022
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

No branches or pull requests

2 participants