Could not get unknown property 'pangle' for object of type org.gradle.api.internal.artifacts.dsl
时间: 2024-06-01 09:11:19 浏览: 132
Without more context, it is difficult to provide a specific solution. However, this error message typically occurs when a Gradle build script is trying to reference a property or method that does not exist.
One possible solution is to ensure that the `pangle` property is defined and accessible in the build script. This may involve importing a plugin or library that defines the property, or manually defining it in the script.
Another possible solution is to check for typos or syntax errors in the build script, as these can also cause this type of error.
If neither of these solutions work, it may be helpful to provide more information about the specific context and code causing the error.
阅读全文