Spanish/English Espa帽ol/Ingl茅s
隆Hola a todos!
Buscando ayuda en Internet encontr茅 la soluci贸n que me funcion贸 para resolver el error: "Plugin [id: 'org.jetbrains.kotlin.plugin.compose', version: '1.9.0', apply: false] was not found in any of the following sources:" y la quiero compartir con ustedes.
Es muy f谩cil, aunque en un principio doli贸 la cabeza, pero se trata simplemente de eliminar esas l铆neas en esos 2 archivos.
Los archivos son:
libs.versions.toml: eliminar la l铆nea "kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }"
build.gradle.kts (Proyect): eliminar la l铆nea "alias(libs.plugins.kotlin.compose)"
Espero que sea la soluci贸n para muchos otros. Saludos.
-----------------
English:
Hello everyone!
Searching for help on the Internet I found the solution that worked for me to solve the error: "Plugin [id: 'org.jetbrains.kotlin.plugin.compose', version: '1.9.0', apply: false] was not found in any of the following sources:" and I want to share it with you.
It's very easy, although at first it hurt my head, but it's simply a matter of deleting those lines in those 2 files.
The files are:
libs.versions.toml: delete the line "kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }"
build.gradle.kts (Project): delete the line "alias(libs.plugins.kotlin.compose)"
I hope it's the solution for many others. Greetings.