Skip to content

Commit

Permalink
Remove. Because it is not need.
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieySun committed Sep 16, 2023
1 parent 336e8cf commit 2ae8f3f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ package io.github.droidkaigi.confsched2023.primitive

import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.kotlin.dsl.configure
import org.gradle.kotlin.dsl.dependencies
import org.jetbrains.kotlin.gradle.plugin.KaptExtension

@Suppress("unused")
class AndroidFirebasePlugin : Plugin<Project> {
Expand All @@ -27,9 +25,6 @@ class AndroidFirebasePlugin : Plugin<Project> {
implementation(libs.library("firebaseCommon"))
implementation(libs.library("multiplatformFirebaseAuth"))
}
extensions.configure<KaptExtension> {
correctErrorTypes = true
}
}
}
}

0 comments on commit 2ae8f3f

Please sign in to comment.