Adam S
kotlin { targets.configureEach { compilations.configureEach { kotlinOptions { languageVersion = "1.8" this.freeCompilerArgs += listOf( "-explicit-api", "strict", // "-explicit-api=strict", ) } } } }
kotlin { explicitApi() }
A modern programming language that makes developers happier.