Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Apr 30, 2024
1 parent 34ca69d commit 0ef54ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Expand Up @@ -31,7 +31,7 @@ skie {
DefaultArgumentInterop.Enabled(false)
ExperimentalFeatures.Enabled(false)
FunctionInterop.FileScopeConversion.Enabled(false)
FunctionInterop.LegacyName(false)
FunctionInterop.LegacyName(true)
}
group("com.hoc081098.github_search_kmm.presentation") {
SealedInterop.Enabled(true)
Expand Down

0 comments on commit 0ef54ce

Please sign in to comment.