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

KTOR-7962 Fix fullstack-mpp sample #209

Merged
merged 7 commits into from
Dec 18, 2024

get task via lazy API

fab90ae
Select commit
Loading
Failed to load commit list.
Merged

KTOR-7962 Fix fullstack-mpp sample #209

get task via lazy API
fab90ae
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Dec 17, 2024 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1 in fullstack-mpp/build.gradle.kts

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

org.jetbrains.kotlin.gradle.targets.js.webpack.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 8 in fullstack-mpp/src/frontendMain/kotlin/FrontendCode.kt

See this annotation in the file changed.

Code scanning / detekt

Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning

kotlinx.browser.* is a wildcard import. Replace it with fully qualified imports.