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

Work around #3968, start running integration tests for Native #3996

Merged
merged 2 commits into from
Dec 21, 2023

Commits on Dec 21, 2023

  1. Add native targets to the smokeTest project in integration tests.

    As there were no native targets in smokeTest, the problem with lacking atomicfu dependency (KT-64111) was not addressed in time. The bug was revealed after  release of kotlinx.coroutines with atomicfu-gradle-plugin 0.23.1. Coroutines enabled Native IR transformation, and for this mode atomicfu-gradle-plugin only provided compile dependency to atomicfu, though implementation dependency was still necessary.
    mvicsokolova authored and dkhalanskyjb committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d72c246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa7770 View commit details
    Browse the repository at this point in the history