Abhängigkeiten deklarieren
Zum Hinzufügen einer Abhängigkeit vom Compose Compiler müssen Sie Ihrem Projekt das Google Maven-Repository hinzufügen. Weitere Informationen finden Sie im Maven-Repository von Google.
Fügen Sie der Datei build.gradle
für Ihre Anwendung oder Ihr Modul die Abhängigkeiten für die benötigten Artefakte hinzu:
Groovy
android { buildFeatures { compose true } composeOptions { kotlinCompilerExtensionVersion = "1.5.15" } kotlinOptions { jvmTarget = "19" } }
Kotlin
android { buildFeatures { compose = true } composeOptions { kotlinCompilerExtensionVersion = "1.5.15" } kotlinOptions { jvmTarget = "19" } }
Vorabveröffentlichung der Kotlin-Kompatibilität
Weitere Informationen zu Compose Compiler-Versionen, die mit Vorabveröffentlichungen von Kotlin kompatibel sind, finden Sie unter https://androidx.dev/storage/compose-compiler/repository.
Compiler-Version erstellen | Kompatible Kotlin-Version |
---|---|
Verwenden Sie das Gradle-Plug-in "Compose Compiler", um die Funktion zu aktivieren. | 2.0.0 und höher |
1.5.14 | 1.9.24 |
1.5.13 | 1.9.23 |
1.5.12 | 1.9.23 |
1.5.11 | 1.9.23 |
1.5.10 | 1.9.22 |
1.5,9 | 1.9.22 |
1.5.8 | 1.9.22 |
1.5.7 | 1.9.21 |
1.5.6 | 1.9.21 |
1.5.5 | 1.9.20 |
1.5.4 | 1.9.20 |
1.5.3 | 1.9.10 |
1.5.2 | 1.9.0 |
1.5.1 | 1.9.0 |
1.5.0 | 1.9.0 |
1.4.8 | 1.8.22 |
1.4.7 | 08.01.21 |
1.4.6 | 1.8.20 |
1.4.5 | 1.8.20 |
1.4.4 | 1.8.10 |
1.4.3 | 1.8.10 |
1.4.2 | 1.8.10 |
1.4.1 | 1.8.0 |
1.4.0 | 1.8.0 |
1.4.0-Alpha02 | 07.01.21 |
1.4.0-alpha01 | 1.7.20 |
1.3.2 | 1.7.20 |
1.3.1 | 1.7.10 |
1.3.0 | 1.7.10 |
1.3.0-rc02 | 1.7.10 |
1.3.0-rc01 | 1.7.10 |
1.3.0-Beta01 | 1.7.10 |
1.2.0 | 1.7.0 |
1.2.0-rc02 | 06.01.21 |
1.2.0-rc01 | 06.01.21 |
1.2.0-Beta03 | 06.01.21 |
1.2.0-Beta02 | 06.01.21 |
1.2.0-Beta01 | 06.01.21 |
1.2.0-alpha08 | 06.01.20 |
1.2.0-alpha07 | 1.6.10 |
1.2.0-alpha06 | 1.6.10 |
1.2.0-alpha05 | 1.6.10 |
1.2.0-alpha04 | 1.6.10 |
1.2.0-alpha03 | 1.6.10 |
1.2.0-alpha02 | 1.6.10 |
1.2.0-alpha01 | 1.6.10 |
1.1.1 | 1.6.10 |
1.1.0 | 1.6.10 |
1.1.0-rc03 | 1.6.10 |
1.1.0-rc02 | 1.6.10 |
1.1.0-rc01 | 1.6.0 |
1.1.0-Beta04 | 1.6.0 |
1.1.0-Beta03 | 1.5.31 |
1.1.0-Beta02 | 1.5.31 |
1.1.0-Beta01 | 1.5.31 |
1.1.0-alpha06 | 1.5.31 |
1.1.0-alpha05 | 1.5.31 |
1.0.5 | 1.5.31 |
1.0.4 | 1.5.31 |
1.1.0-alpha04 | 1,5,30 |
1.1.0-alpha03 | 1,5,30 |
1.0.3 | 1,5,30 |
1.1.0-Alpha02 | 05.01.21 |
1.1.0-alpha01 | 05.01.21 |
1.0.2 | 05.01.21 |
1.0.1 | 05.01.21 |
1.0 | 1.5.10 |
1.0.0-rc02 | 1.5.10 |
1.0.0-rc01 | 1.5.10 |