Skip to content

Commit

Permalink
added missing inject
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jan 6, 2025
1 parent 215acb5 commit 97e18f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import org.gradle.api.model.ObjectFactory
import org.gradle.api.provider.Property
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.dsl.kotlinExtension
import javax.inject.Inject

/**
* Configure the ktorfit gradle plugin to match your needs.
*/
open class KtorfitPluginExtension(objectFactory: ObjectFactory) {
open class KtorfitPluginExtension @Inject constructor(objectFactory: ObjectFactory) {
/**
* Set whether qualified type names should be generated or not.
*
Expand Down

0 comments on commit 97e18f9

Please sign in to comment.