Skip to content

Instantly share code, notes, and snippets.

@widiarifki
Last active August 31, 2021 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save widiarifki/772568ac6ee51f0c0a33506da6df3798 to your computer and use it in GitHub Desktop.
Save widiarifki/772568ac6ee51f0c0a33506da6df3798 to your computer and use it in GitHub Desktop.
buildscript {
ext {
compose_version = '1.0.1'
// Compose need to use Kotlin v 1.5.10 or more
kotlin_version = '1.5.21'
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment