Skip to content

Commit 8ebebc1

Browse files
committed
chore: Remove temporary lint ignores
- Remove the disabled lint rules `CoroutineCreationDuringComposition` and `StateFlowValueCalledInComposition` from the `build.gradle.kts` file.
1 parent ab7e9f4 commit 8ebebc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/presentation/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ kotlin {
2222
compilerOptions {
2323
jvmTarget.set(JvmTarget.fromTarget(libs.versions.jdk.get()))
2424
}
25-
lint.disable += setOf("CoroutineCreationDuringComposition", "StateFlowValueCalledInComposition") // FIXME remove after AGP update
2625
withHostTest { }
2726
}
2827
iosArm64()

0 commit comments

Comments
 (0)