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

337
Views
Kotlin : how to resolve, "Could not create plugin of type 'KotlinPluginWrapper'?

UPDATE RESOLVED! I had to update gradle to the latest version.

I am trying to "deploy" a Kotlin project to a standalone server an am running in to the following 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

I don't understand. Below is my gradle.build file:

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'
}

Any which way would be amazing. Thank you.

Resolved Update Gradle! Thank you.

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!