Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [gradle]

Gradle is a project build automation tool that uses a Groovy DSL. Gradle build scripts support Maven and Ivy repositories as well as plain file system for dependency management.

0 votes
1 answer
132 views
+50

What gradle entries are required for implementing KSP and Room in a Kotlin Multiplatform

I am in the process of converting a kotlin application to kotlin multiplatform (anroid only for now to get through initial configuration) with room. This included moving to a libs.versions.toml file ...
GeorgeRussell's user avatar
1 vote
1 answer
52 views
+50

GraalVM JS embedding with Uber Jar from Gradle

I am trying to integrate graalvm-js into my java application. I found the polyglot embedding demo: https://github.com/graalvm/polyglot-embedding-demo I set it up and using the mavin assembly plugin I ...
Jonathan R's user avatar
  • 3,810