| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0"> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Avoid using method get" |
| errorLine1=" val destinationProperty = (kaptProvider?.get() as? KaptTask)?.destinationDir" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/AndroidPluginIntegration.kt" |
| line="109" |
| column="62"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Avoid using method get" |
| errorLine1=" kotlinCompileProvider.get().libraries.filter {" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspAATask.kt" |
| line="226" |
| column="59"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Avoid using method get" |
| errorLine1=" cfg.konanHome.value((kotlinCompileProvider.get() as KotlinNativeCompile).konanHome)" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspAATask.kt" |
| line="347" |
| column="68"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Use register instead of create" |
| errorLine1=" private val configurationForAll = project.configurations.create(PREFIX).apply {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspConfigurations.kt" |
| line="28" |
| column="62"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Use register instead of maybeCreate" |
| errorLine1=" return project.configurations.maybeCreate(name).apply {" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspConfigurations.kt" |
| line="47" |
| column="39"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Use configureEach instead of whenObjectAdded" |
| errorLine1=" configurationForAll.dependencies.whenObjectAdded {" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspConfigurations.kt" |
| line="122" |
| column="50"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Use register instead of maybeCreate" |
| errorLine1=" project.configurations.maybeCreate("${kspTaskName}ProcessorClasspath").markResolvable()" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="157" |
| column="36"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Use register instead of maybeCreate" |
| errorLine1=" val kspClasspathCfg = project.configurations.maybeCreate(" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="175" |
| column="54"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Use register instead of maybeCreate" |
| errorLine1=" val kspClasspathCfgNonEmbeddable = project.configurations.maybeCreate(" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="183" |
| column="67"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1="import org.jetbrains.kotlin.gradle.internal.KaptTask" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/AndroidPluginIntegration.kt" |
| line="35" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1="import org.jetbrains.kotlin.gradle.internal.Kapt3GradleSubplugin" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="40" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1="import org.jetbrains.kotlin.gradle.internal.kapt.incremental.CLASS_STRUCTURE_ARTIFACT_TYPE" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="41" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1="import org.jetbrains.kotlin.gradle.internal.kapt.incremental.ClasspathSnapshot" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="42" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1="import org.jetbrains.kotlin.gradle.internal.kapt.incremental.KaptClasspathChanges" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="43" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1="import org.jetbrains.kotlin.gradle.internal.kapt.incremental.StructureTransformAction" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="44" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1="import org.jetbrains.kotlin.gradle.internal.kapt.incremental.StructureTransformLegacyAction" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="45" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1=" val loadedPrevious = ClasspathSnapshot.ClasspathSnapshotFactory.loadFrom(cacheDir)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="328" |
| column="26"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1=" ClasspathSnapshot.ClasspathSnapshotFactory.getEmptySnapshot()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="343" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1=" ClasspathSnapshot.ClasspathSnapshotFactory.createCurrent(" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="347" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1=" if (classpathChanges is KaptClasspathChanges.Unknown || changes is SourcesChanges.Unknown) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="355" |
| column="29"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs" |
| errorLine1=" return if (classpathChanges is KaptClasspathChanges.Known) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="396" |
| column="36"/> |
| </issue> |
| |
| <issue |
| id="InternalKgpApiUsage" |
| message="Avoid using internal Kotlin Gradle Plugin APIs (field names from org.jetbrains.kotlin.gradle.internal.kapt.incremental.KaptClasspathChanges.Known)" |
| errorLine1=" classpathChanges.names.map {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt" |
| line="397" |
| column="9"/> |
| </issue> |
| |
| </issues> |