From 6e12b5643aa51dd4903e7990d813b575a88a6488 Mon Sep 17 00:00:00 2001 From: SzasznikaJanos Date: Thu, 22 May 2025 00:00:31 +0300 Subject: [PATCH] Update README.md removed the `new` keyword from the Kotlin sample code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc9d1a..f104eda 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ You can then pass this to the `initialize` function, along with a mock Android ` ```kotlin import android.app.Application -val app = Firebase.initialize(new Application(), options) +val app = Firebase.initialize(Application(), options) ``` ## Project status