hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
407 stars 51 forks source link

Updating the Installation and Quickstart documentation to use build.gradle.kts #302

Closed indigotechtutorials closed 4 months ago

indigotechtutorials commented 5 months ago

This PR updates the Installation guide to use the correct syntax and reference the current build.gradle file which is renamed to build.gradle.kts in new android apps. I removed this section of code because it is already settings.gradle.kts file

repositories { mavenCentral() }