https://kotlinlang.org logo
#gradle
Title
i

ilya.gorbunov

03/16/2017, 4:43 PM
@Artur Bosch I've found a workaround: when creating the configuration use
create 'configuration_name'
instead of just `configuration_name`:
Copy code
configurations {
		create 'kotlin'
		kotlinTest
		junitPlatform
	}