Skip to content

Commit e5970d7

Browse files
committed
#843 reformat
1 parent e330d16 commit e5970d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • resources-generator/src/main/kotlin/dev/icerock/gradle/utils

resources-generator/src/main/kotlin/dev/icerock/gradle/utils/ProjectExt.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ internal fun Project.getAndroidRClassPackage(): Provider<String> {
5050

5151
error(
5252
"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."
53+
"Expected one of Android plugins:" +
54+
" ${AndroidPluginType.entries.joinToString { it.pluginId }}," +
55+
" and configured android namespace."
5656
)
5757
}
5858
}

0 commit comments

Comments
 (0)