Skip to content

Commit ef87616

Browse files
committed
Supress ktlint for the file
1 parent e2a8569 commit ef87616

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
@file:Suppress("ktlint")
2+
13
package com.developersbreach.kotlindictionarymultiplatform
24

35
import androidx.compose.ui.window.ComposeUIViewController
46

5-
fun mainViewController() = ComposeUIViewController { App() }
7+
fun MainViewController() = ComposeUIViewController { App() }

0 commit comments

Comments
 (0)