<@U0MDRD3RN> I've found a workaround: when creatin...
# gradle
i
@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
	}