Skip to content

Commit

Permalink
build gradle change for ios configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rvenky125 committed Apr 16, 2024
1 parent a502094 commit 3023863
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions device-info/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ kotlin {
}
commonMain.dependencies {

}
iosMain.dependencies {

}
iosTest.dependencies {

}
commonTest.dependencies {
implementation(libs.kotlin.test)
Expand Down

0 comments on commit 3023863

Please sign in to comment.