Skip to content

Instantly share code, notes, and snippets.

@matiascalvo
Created April 24, 2022 07:46
Show Gist options
  • Save matiascalvo/69982d4b6977116bccf5f94dd253b13e to your computer and use it in GitHub Desktop.
Save matiascalvo/69982d4b6977116bccf5f94dd253b13e to your computer and use it in GitHub Desktop.
Post - New main gradle
plugins {
alias libs.plugins.android.application apply false
alias libs.plugins.android.library apply false
alias libs.plugins.kotlin.android apply false
alias libs.plugins.kotlin.kapt apply false
}
@dawidhyzy
Copy link

I found the solution here https://github.com/matiascalvo/compose-kotlin-repositories/blob/main/settings.gradle
Maybe consider updating your blog post ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment