Skip to content

Commit

Permalink
#535 fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Jan 13, 2024
1 parent 524b12b commit 727e18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Copyright 2024 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
*/

@file:Suppress("Filename")

package dev.icerock.gradle.extra

import dev.icerock.gradle.MultiplatformResourcesPluginExtension
Expand All @@ -17,7 +19,6 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet
import org.jetbrains.kotlin.tooling.core.extrasKeyOf
import java.io.File


private fun mokoResourcesGenTaskKey() =
extrasKeyOf<TaskProvider<GenerateMultiplatformResourcesTask>>("moko-resources-generate-task")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Copyright 2024 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
*/

@file:Suppress("Filename")

package dev.icerock.gradle.extra

import org.gradle.api.file.SourceDirectorySet
Expand Down

0 comments on commit 727e18e

Please sign in to comment.