Add baseline profile

This commit is contained in:
Kamil Gurgul
2024-04-15 07:05:42 +02:00
parent a6577f779d
commit 02fa3126a8
3 changed files with 57935 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -21,7 +21,7 @@ subprojects {
"-opt-in=androidx.compose.material.ExperimentalMaterialApi",
"-opt-in=androidx.compose.foundation.ExperimentalFoundationApi",
)
allWarningsAsErrors = true
//allWarningsAsErrors = true
jvmTarget = JavaVersion.VERSION_11.toString()
if (project.findProperty("composeCompilerReports") == "true") {