-
-
Notifications
You must be signed in to change notification settings - Fork 17
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: Native SSR Sample #64
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## v3 #64 +/- ##
============================================
- Coverage 67.65% 67.39% -0.27%
Complexity 369 369
============================================
Files 72 73 +1
Lines 2557 2567 +10
Branches 225 225
============================================
Hits 1730 1730
- Misses 755 765 +10
Partials 72 72
Continue to review full report at Codecov.
|
932a409
to
9bd7fbe
Compare
9bd7fbe
to
6ffb0f9
Compare
17d7547
to
b3f073c
Compare
b3f073c
to
06ed6da
Compare
06ed6da
to
740a2d8
Compare
Kudos, SonarCloud Quality Gate passed! |
This changeset applies a fix to the React SSR sample for an error where `kotlin.random.Random` is missing. Changes enclosed: - Link to `stdlib` and `stdlib-jdk8` explicitly in app module - Make sure `kotlin.random.Random` can be resolved via reflection - Fix SARIF paths emitted from Detekt ci:build-img-jvm ci:build-img-native ci:deploy-samples Signed-off-by: Sam Gammon <samuel.gammon@gmail.com>
740a2d8
to
579d26c
Compare
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci:build-img-jvm
Trigger JVM Docker image builds
ci:build-img-native
Trigger native Docker image builds
ci:build-native
Build native targets in CI
ci:deploy-samples
Deploy sample apps
ci:test-native
Run native tests
platform:jvm
PRs and issues relating to JVM support.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This changeset applies a fix to the React SSR sample for an error where
kotlin.random.Random
is missing.Changelog
stdlib
andstdlib-jdk8
explicitly in app modulekotlin.random.Random
can be resolved via reflection