Kotlin DSL: uuid generation Permanently deleted user Created October 31, 2018 15:24 Hi everyone! Is there a way to generate uuid other than creating a configuration in UI?
Hi Anton,
Any arbitrary string can be used. Having any random string of your own with a prefix for example works, provided that isn't in use for any other item. For some objects you can also not provide a UUID and it will be automatically generated.