Skip to content

Commit

Permalink
Migrate to org.jetbrains.kotlin.multiplatform plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
5peak2me committed Jan 8, 2025
1 parent c678fb8 commit 54a2d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruler-frontend-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType<Test> {
useJUnitPlatform()

// Make development report available
dependsOn(":ruler-frontend:browserDevelopmentWebpack")
dependsOn(":ruler-frontend:jsBrowserDevelopmentWebpack")
}

kotlin {
Expand Down

0 comments on commit 54a2d2c

Please sign in to comment.