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 1c34fb1 commit 736c61cCopy full SHA for 736c61c
1 file changed
buildSrc/src/main/kotlin/com/orange/ouds/gradle/Component.kt
@@ -53,7 +53,7 @@ enum class Component {
53
54
fun getSourceFilePaths(project: Project): List<String> {
55
val filenames = when (this) {
56
- Alert -> listOf("OudsAlertMessage")
+ Alert -> listOf("OudsAlertMessage", "OudsInlineAlert")
57
Badge -> listOf("OudsBadge")
58
Bar -> listOf("OudsNavigationBar", "OudsTopAppBar")
59
BulletList -> listOf("OudsBulletList")
0 commit comments