Skip to content

Commit

Permalink
Fix description for UnknownCInteropFramework error type.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Nov 23, 2023
1 parent 48beb67 commit 3891715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sealed class SkieErrorSirType(
)

override val errorMessage: String =
"Unknown Swift module for type '$replacedTypeKotlinName'. " +
"Unknown Swift framework for type '$replacedTypeKotlinName'. " +
"This problem occurs when custom Cinterop bindings are used because those do not contain the name of the Framework that provides implementation for those binding. " +
"The name can be configured manually using the SKIE Gradle configuration key 'ClassInterop.CInteropFrameworkName' in the same way as other SKIE features."
}
Expand Down

0 comments on commit 3891715

Please sign in to comment.