“Runtime JAR files in the classpath should have the same version” while trying to develop Gradle plugin with Kotlin

前端 未结 0 867
-上瘾入骨i
-上瘾入骨i 2021-01-07 06:55

How to develop a Gradle plugin with Kotlin?

// build.gradle.kts

plugins {
    kotlin("jvm") version "1.4.10"
    `java-gradle-plugin`
}

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题