In the project build.gradle file I declare the compose and kotlin version in buildscript:
build.gradle
ext { compose_version = \'1.0.0-alpha07\' }