Skip to content

Commit d6821b6

Browse files
committed
Trying to resolve the Project 'lib' not found in root project 'ProgressButton' error
1 parent 201cfa3 commit d6821b6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Jun 14 20:40:11 IST 2021
1+
#Wed Sep 22 20:53:13 IST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ rootProject.name = "ProgressButton"
22
include ':app'
33
include ':progress-button'
44
include ':progress-button-compose'
5-
include ':Library'
5+
include ':lib'

0 commit comments

Comments
 (0)