build.gradle 363 B

12345678910
  1. buildscript {
  2. ext {
  3. compose_ui_version = '1.2.0'
  4. }
  5. }// Top-level build file where you can add configuration options common to all sub-projects/modules.
  6. plugins {
  7. id 'com.android.application' version '7.4.1' apply false
  8. id 'com.android.library' version '7.4.1' apply false
  9. id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
  10. }