Skip to content

Commit

Permalink
Update gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/r…
Browse files Browse the repository at this point in the history
…esources/KmpResources.kt

Co-authored-by: Igor Demin <igordmn@users.noreply.github.com>
  • Loading branch information
terrakok and igordmn committed May 8, 2024
1 parent 98c3f76 commit cf86438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal fun Project.configureKmpResources(
kotlinExtension as KotlinMultiplatformExtension
kmpResources as KotlinTargetResourcesPublication

logger.info("Configure KMP resources")
logger.info("Configure KMP resources")

val commonMain = KotlinSourceSet.COMMON_MAIN_SOURCE_SET_NAME
configureComposeResourcesGeneration(kotlinExtension, commonMain, config, true)
Expand Down

0 comments on commit cf86438

Please sign in to comment.