buildscript { ext.kotlin_version = '1.2.50' repositories { mavenCentral() } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version ...
When using a feature provider that uses an external JSON Schema (e.g., https://geojson.org/schema/Point.json), the exception is thrown - see below for the log output ...