플러그인 프로젝트 단위 - com.android.tools.build.gradle:8.1.0 (아마 File-Project Structure에서 바꿀 수 없어 당황했을듯) buildscript { ext.kotlin_version = '1.6.21' repositories { google() mavenCentral() gradlePluginPortal() } dependencies { classpath 'com.android.tools.build:gradle:8.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files // classpath 'c..