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

Resolve compilation warnings #64

Open
martin-azpillaga opened this issue Feb 22, 2024 · 0 comments
Open

Resolve compilation warnings #64

martin-azpillaga opened this issue Feb 22, 2024 · 0 comments
Assignees

Comments

@martin-azpillaga
Copy link
Collaborator

I also receive some warnings during compilation:

The 'org.jetbrains.kotlin.platform.*' plugins are deprecated and will no longer be available in Kotlin 1.4.
Please migrate the project to the 'org.jetbrains.kotlin.multiplatform' plugin.
See: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html

I think that they can be solved using:

plugins {
    kotlin("jvm")
}

rather than:

plugins {
    id("org.jetbrains.kotlin.jvm")
}

Thanks for your work and help.

@martin-azpillaga martin-azpillaga self-assigned this Feb 22, 2024
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

1 participant