Skip to content

Commit

Permalink
Minor warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Jun 12, 2024
1 parent 666653c commit 27651c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ open class KalugaMultiplatformSubprojectExtension @Inject constructor(
frameworkConfig = action
}

@OptIn(ExperimentalKotlinGradlePluginApi::class)
override fun Project.setupSubproject() {
// Android Target must be setup before project is evaluated as publishing will break otherwise
extensions.configure(KotlinMultiplatformExtension::class) {
Expand All @@ -87,7 +88,7 @@ open class KalugaMultiplatformSubprojectExtension @Inject constructor(
}
}
}
@OptIn(ExperimentalKotlinGradlePluginApi::class)

override fun Project.configureSubproject() {
extensions.configure(KotlinMultiplatformExtension::class) {
configureMultiplatform(this@configureSubproject)
Expand Down

0 comments on commit 27651c0

Please sign in to comment.