jdemeulenaere
08/09/2019, 11:57 AMilya.chernikov
08/09/2019, 3:16 PM-no-stdlib
to it will remove stdlib from dependencies.
- If you want to restrict stdlib (or any other dependency) usages in scripts, then there are plans to implement this, but it is not yet available.jdemeulenaere
08/11/2019, 4:08 PMjdemeulenaere
08/12/2019, 8:11 AMCannot access built-in declaration 'kotlin.Unit'. Ensure that you have a dependency on the Kotlin standard library
Same with String. What I'd need is to allows scripts to use the basic types String/Int/Boolean/Unit/etc but none of all the stdlib methods which pollute the autocompletion in IntelliJ (and that I don't want them to be able to use)jdemeulenaere
08/12/2019, 8:19 AMilya.chernikov
08/12/2019, 9:06 AMjdemeulenaere
08/12/2019, 12:43 PM