Add custom library without broken automation
This commit is contained in:
3
src/main/java/CustomDependency.kt
Normal file
3
src/main/java/CustomDependency.kt
Normal file
@ -0,0 +1,3 @@
|
||||
import org.gradle.api.artifacts.dsl.DependencyHandler
|
||||
|
||||
fun DependencyHandler.customLibrary() = Unit
|
Reference in New Issue
Block a user