Does anyone kown if there a way to configure the t...
# intellij
y
Does anyone kown if there a way to configure the task that idea use when we delegate build to gradle ? (sadly I have to delegate the build to circumvent an issue with kt multiplatform project in idea)
c
I don't think so, what are you trying to tweak?
y
I have a project with 2 task.
assemble
to a build "for manager" and
dev
for dev, which is lighter because we consider some part of the env are here. Now I have use gradle runner to avoid this one : https://youtrack.jetbrains.com/issue/KT-24185