1
0

Add custom library without broken automation

This commit is contained in:
Владимир Шперлинг 2024-10-28 19:31:11 +00:00
parent 1645420b8d
commit fde89075ac

View File

@ -0,0 +1,3 @@
import org.gradle.api.artifacts.dsl.DependencyHandler
fun DependencyHandler.customLibrary() = Unit