Skip to content

Commit

Permalink
Fix experimental usage error (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Jan 30, 2024
1 parent 0434d47 commit 1da2690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose/material3/material3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
implementation(libs.junit)
implementation(libs.skikoCurrentOs)
}

configureEach {
languageSettings.optIn("androidx.compose.material3.ExperimentalMaterial3Api")
}
}
}
}
Expand Down

0 comments on commit 1da2690

Please sign in to comment.