Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

354
Views
Kotlin: cómo resolver, "¿No se pudo crear un complemento del tipo 'KotlinPluginWrapper'?

¡ACTUALIZACIÓN RESUELTA! Tuve que actualizar gradle a la última versión.

Estoy tratando de "implementar" un proyecto de Kotlin en un servidor independiente y me encuentro con el siguiente error:

 FAILURE: Build failed with an exception. * Where: Build file '/root/Arctix/build.gradle' line: 4 * What went wrong: An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '1.6.10'] > Failed to apply plugin [id 'org.jetbrains.kotlin.jvm'] > Could not create plugin of type 'KotlinPluginWrapper'. > kotlin/jvm/internal/Intrinsics

No entiendo. A continuación se muestra mi archivo gradle.build:

 plugins { id 'java' id 'application' id 'org.jetbrains.kotlin.jvm' version '1.6.10' } group 'dev.j3ee' version '0.001' application { mainClassName = 'test.MainKt' } repositories { mavenCentral() } dependencies { implementation "com.h2database:h2:2.1.210" implementation "org.jetbrains.kotlin:kotlin-stdlib" implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.10" testCompile group: 'junit', name: 'junit', version: '4.12' }

De cualquier manera sería increíble. Gracias.

¡Actualización de Gradle resuelta! Gracias.

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!