[kotlin] Fixed dependency error preventing build tools survey from being shown

^KTIJ-32664 fixed


(cherry picked from commit 34366a9f32be05931dfa0149b6169de9e9e41c18)

IJ-CR-152500

GitOrigin-RevId: 553c9a56d4c3fee9943c39559d4d4738f78ef3d8
This commit is contained in:
Frederik Haselmeier
2025-01-08 15:11:16 +01:00
committed by intellij-monorepo-bot
parent 4098e86f88
commit bdd037015a

View File

@@ -2,6 +2,8 @@
<dependencies>
<plugin id="org.jetbrains.plugins.gradle"/>
<module name="kotlin.onboarding"/>
<module name="kotlin.gradle.gradle-java"/>
<module name="kotlin.gradle.gradle-tooling"/>
</dependencies>
<resource-bundle>messages.GradleFeedbackBundle</resource-bundle>