Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix name clash when using Kotlin 1.9.21 #211

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

etienneasselin
Copy link
Contributor

Description

When using the Kotlin 1.9.21 the Kotlin Native compiler now adds an underscores to the helper function execute.

Motivation and Context

We now call the full function execute(actionContext: Any?) with the argument nil to keep the same behaviour and fix the name clash.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@etienneasselin etienneasselin merged commit 570ea02 into master Jan 4, 2024
1 check passed
@etienneasselin etienneasselin deleted the fix/kotlin-1.9.21-ios-formating branch January 4, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants