Skip to content

Commit

Permalink
[localize] Fix Android studio compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
melbic committed Apr 11, 2024
1 parent 99b664f commit fcb4e55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ kotlin {
}

sourceSets["iosSimulatorArm64Main"].dependsOn(sourceSets["iosMain"])

// TODO: Remove as soon as Android Studio (Iguana) is fixed
task("testClasses")
}

android {
Expand Down

0 comments on commit fcb4e55

Please sign in to comment.