Hi, I got problem with configuring plugin extensio...
# gradle
p
Hi, I got problem with configuring plugin extension. I can only configure it using configure function with plugin extension type parameter. When i use it like kotlin extension function gradle shows errors. I am using latest gradle version.
g
Are you sure that jacoco extension name is “jacoco”>
hah, yeah, you right
jacoco {}
extension works for me
do you see this problem in IDE? Did you try to build your project?
Maybe you have some another problem that prevents extension accessor generation
p
@gildor tried same in Intellij helped, but now i don’t have implementation, compile function in dependencies block,
g
Did you applied java or Kotlin plugin?
p
@gildor forgot, now working thx.