Join Slack
Powered by
Hello all Does possibility exist to import kt-file...
# gradle
d
Dmitry Motyl
09/08/2020, 10:53 AM
Hello all Does possibility exist to import kt-file into build.gradle.kts ?
g
gildor
09/08/2020, 2:34 PM
You can apply script, bit it should be kts file, so essentially the only right way is to use buildSrc
n
no
09/08/2020, 2:51 PM
+1 to what Andrey said. Also if it exists as a jar you can add it the buildscript classpath
5
Views
Open in Slack
Previous
Next