Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jun 3, 2023
1 parent d86e07f commit 8fededc
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,6 @@ private fun BaseExtension.sources(project: Project): List<Source> {
}
}

private fun TaskContainer.namedOrNull(
taskName: String,
): TaskProvider<Task>? {
return try {
named(taskName)
} catch (_: Exception) {
null
}
}

internal data class Source(
val type: KotlinPlatformType,
val nativePresetName: String? = null,
Expand Down

0 comments on commit 8fededc

Please sign in to comment.