build.gradle 435 B

1234567891011121314
  1. buildscript {
  2. ext {
  3. compose_ui_version = '1.3.3'
  4. nav_version = "2.5.3"
  5. }
  6. repositories {
  7. google()
  8. }
  9. }// Top-level build file where you can add configuration options common to all sub-projects/modules.
  10. plugins {
  11. id 'com.android.application' version '7.4.0' apply false
  12. id 'com.android.library' version '7.4.0' apply false
  13. id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
  14. }