We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
martin-azpillaga
No branches or pull requests
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:
rather than:
Thanks for your work and help.
The text was updated successfully, but these errors were encountered: