Skip to content

Commit

Permalink
docs: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Jan 15, 2025
1 parent 8c2873d commit 72cdd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ kotlin {
}
val androidUnitTest by getting {
// Although UNIT tests for Android are disabled (only run Instrumented), we need to add this in order to resolve
// expect/actual definitions during test compilation fase ...
// expect/actual definitions during test compilation phase.
dependsOn(nonJsTest)
}
val jvmMain by getting {
Expand Down

0 comments on commit 72cdd83

Please sign in to comment.