https://kotlinlang.org logo
Title
p

pavel.v

09/06/2018, 6:56 PM
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

gildor

09/07/2018, 2:51 AM
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

pavel.v

09/07/2018, 10:56 AM
@gildor tried same in Intellij helped, but now i don’t have implementation, compile function in dependencies block,
g

gildor

09/07/2018, 10:57 AM
Did you applied java or Kotlin plugin?
p

pavel.v

09/07/2018, 12:05 PM
@gildor forgot, now working thx.