build: upgrade to Compose 1.0.0-alpha12

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-11 16:28:34 +05:30
parent 5fef8a4d51
commit 885c2a5865
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
9 changed files with 40 additions and 58 deletions

View file

@ -4,7 +4,6 @@
*/
internal val additionalCompilerArgs = listOf(
"-Xallow-jvm-ir-dependencies",
"-Xopt-in=kotlin.RequiresOptIn",
"-Xskip-prerelease-check"
)