We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e330d16 commit e5970d7Copy full SHA for e5970d7
1 file changed
resources-generator/src/main/kotlin/dev/icerock/gradle/utils/ProjectExt.kt
@@ -50,9 +50,9 @@ internal fun Project.getAndroidRClassPackage(): Provider<String> {
50
51
error(
52
"Android R class package not found for project '${project.path}'. " +
53
- "Expected one of Android plugins: ${
54
- AndroidPluginType.entries.joinToString { it.pluginId }
55
- }, and configured android namespace."
+ "Expected one of Android plugins:" +
+ " ${AndroidPluginType.entries.joinToString { it.pluginId }}," +
+ " and configured android namespace."
56
)
57
}
58
0 commit comments