hfhbd
04/13/2022, 12:36 PMKotlinPlatformJvmPlugin
, which works, but I am getting a deprecated info. What is the updated plugin class?hfhbd
04/13/2022, 12:36 PMopen class DockerImagePlugin : ApplicationPlugin() {
override fun apply(project: Project) {
project.apply<KotlinPlatformJvmPlugin>()
// buildSrc/gradle.build.kts
dependencies {
implementation("org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:1.6.20")
}
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.
tapchicoma
04/13/2022, 1:01 PMorg.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper
hfhbd
04/13/2022, 1:03 PMtapchicoma
04/13/2022, 3:21 PMtapchicoma
04/13/2022, 3:21 PMkotlin-gradle-plugin-api
artifacthfhbd
04/13/2022, 4:59 PMJvm
in its nametapchicoma
04/13/2022, 7:31 PMI was only irritated because there is noIt is legacy name from times when Kotlin only supported JVM platform and MPP was not in plans :)in its nameJvm