https://kotlinlang.org logo
Title
f

Florian Wiesner

03/08/2018, 4:42 PM
Hi guys. I yesterday have asked a question on #general regarding TestKit as it fails for me when I try testing my custom extension (https://kotlinlang.slack.com/archives/C0922A726/p1520441466000341). I have not made any progress on this today and wonder whether somebody in this channel might know how to fix the problem that my test-
build.gradle.kts
fails with
GradleRunner
as the decoraded class lacks the extension properties
m

mkobit

03/08/2018, 5:00 PM
could you follow up on 492 with your example too? i have been unable to test kotlin scripts with my plugin using
withPluginClasspath()
and
GradleRunner
im going to update my example of the issue, too
is it ok if i link your test in the issue?
f

Florian Wiesner

03/09/2018, 6:47 AM
sure
I’ve updated your issue