File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
desktopMain/kotlin/com/developersbreach/kotlindictionarymultiplatform
iosMain/kotlin/com/developersbreach/kotlindictionarymultiplatform Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,13 @@ ktlint_standard_import-ordering = disabled
1313ktlint_standard_no-empty-first-line-in-class-body = disabled
1414ktlint_standard_annotation = disabled
1515ktlint_standard_multiline-expression-wrapping = disabled
16- ktlint_standard_string-template-indent = disabled
16+ ktlint_standard_string-template-indent = disabled
17+
18+ [composeApp/build/generated/compose/resourceGenerator/kotlin/commonResClass/kotlindictionarymultiplatform/composeapp/generated/resources/Res.kt ]
19+ ktlint = disabled
20+
21+ [composeApp/src/wasmJsMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/main.kt ]
22+ ktlint = disabled
23+
24+ [composeApp/build/generated/compose/resourceGenerator/kotlin/commonMainResourceAccessors/kotlindictionarymultiplatform/composeapp/generated/resources/Drawable0.commonMain.kt ]
25+ ktlint = disabled
Original file line number Diff line number Diff line change 1+ @file:Suppress(" ktlint" )
12package com.developersbreach.kotlindictionarymultiplatform
23
34import androidx.compose.ui.window.Window
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package com.developersbreach.kotlindictionarymultiplatform
22
33import androidx.compose.ui.window.ComposeUIViewController
44
5- fun MainViewController () = ComposeUIViewController { App () }
5+ fun mainViewController () = ComposeUIViewController { App () }
You can’t perform that action at this time.
0 commit comments