This message was deleted.
# gradle
s
This message was deleted.
l
not sure what you mean by "imported file". the
dependencies
block is for importing libraries from repositories like MavenCentral. once you have added them to the build.gradle and reimported the project, you can simply use the
import
keyword to access them
actually no, its not only for repositories. you can also import libraries from .jar files. same procedure basically
can you be more specific about what exactly you're trying to do?
are you aware that there already is a kotlin DSL for gradle?
simply rename to build.gradle.kts
so instead of changing to kotlin DSL or getting used to groovy you want to make your own conversion from kotlin to groovy? that sounds like a very bad idea