Skip to content

Commit

Permalink
Set Android studio local path in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
libliboom committed Mar 5, 2022
1 parent 52efad4 commit d572e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ intellij {
pluginName.set(properties("pluginName"))
version.set(properties("platformVersion"))
type.set(properties("platformType"))

intellij.localPath.set(properties("androidStudioRunPath"))
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file.
plugins.set(properties("platformPlugins").split(',').map(String::trim).filter(String::isNotEmpty))
}
Expand Down

0 comments on commit d572e4f

Please sign in to comment.