Hello all Does possibility exist to import kt-file...
# gradle
d
Hello all Does possibility exist to import kt-file into build.gradle.kts ?
g
You can apply script, bit it should be kts file, so essentially the only right way is to use buildSrc
n
+1 to what Andrey said. Also if it exists as a jar you can add it the buildscript classpath