Closed biaji closed 8 months ago
Can you provide the source code file that generates the error? If privacy is involved, can you provide sample code?
Can you provide the source code file that generates the error? If privacy is involved, can you provide sample code?
FYI
package com.tools.version.base
import com.android.build.gradle.*
import com.tools.version.exts.hasAndroidPlugin
import com.tools.version.exts.mergeFeatureSourceSets
import org.gradle.api.Plugin
import org.gradle.api.Project
class VersionPlugin : Plugin<Project> {
}
Known issues: "import com.android.build.gradle.*" cannot resolve dependencies
Describe the bug
To Reproduce Steps to reproduce the behavior:
Software versions(Help -> About)
The error said:
Cannot invoke "org.jetbrains.kotlin.name.Name.asString()" because the return value of "org.jetbrains.kotlin.resolve.ImportPath.getImportedName()" is null