tree: f7b296adae938b9f9271e4dcad64c0c24700d39b [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. ReadMe.md
libraries/tools/kotlin-gradle-plugin-idea/ReadMe.md

Kotlin Gradle Plugin Models shared between IDEA import and KGP

The classes defined in this module will be available inside the Kotlin Gradle Plugin (KGP) as well as in the IDE import (GradleProject).

Binary Compatibility:

Binary compatibility can be tested by

./gradlew :tools:binary-compatibility-validator:clean :tools:binary-compatibility-validator:test

Binary incompatible changes have to go through a proper deprecation cycle after releases

Unstable APIs / InternalKotlinGradlePluginApi

Some APIs are marked with ‘InternalKotlinGradlePluginApi’ which means, that those are not kept binary compatible and are considered ‘unstable’ from the IDEA perspective.