Hey! I'm having some trouble finding how I can set...
# scripting
t
Hey! I'm having some trouble finding how I can set
implicitReceivers
and
providedProperties
on a compilation config, since the docs are very limited on the scripting topic 😛 Is anyone able to help me?
i
Yes, unfortunately documentation is quite limited yet. You can try to check the tests, e.g. this one: https://github.com/JetBrains/kotlin/blob/master/libraries/scripting/jvm-host-test/test/kotlin/script/experimental/jvmhost/test/ScriptingHostTest.kt#L207
t
Thanks for the suggestion. Will check it out :)