Skip to content

Commit f40a8b8

Browse files
committed
Remove duplicated optin option
1 parent 1d1edff commit f40a8b8

File tree

1 file changed

+0
-1
lines changed
  • build-logic/convention/src/main/kotlin/io/getstream/whatsappclone

1 file changed

+0
-1
lines changed

build-logic/convention/src/main/kotlin/io/getstream/whatsappclone/KotlinAndroid.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ internal fun Project.configureKotlinAndroid(
4444
"-opt-in=com.google.accompanist.pager.ExperimentalPagerApi",
4545
"-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
4646
"-opt-in=androidx.lifecycle.compose.ExperimentalLifecycleComposeApi",
47-
"-opt-in=androidx.lifecycle.compose.ExperimentalLifecycleComposeApi",
4847
)
4948

5049
// Set JVM target to 1.8

0 commit comments

Comments
 (0)