-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to add
useEsModules()
and kotlin 1.8.20
- Loading branch information
1 parent
c3aa79a
commit 3438390
Showing
4 changed files
with
37 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
#kotlin.mpp.enableGranularSourceSetsMetadata=true | ||
kotlin.code.style=official | ||
org.gradle.jvmargs=-Xmx4096m | ||
android.useAndroidX=true | ||
|
||
POM_NAME=Arbor | ||
POM_PACKAGING=jar | ||
POM_DESCRIPTION=Like Timber, just different. | ||
POM_URL=https://github.com/ToxicBakery/arbor | ||
POM_SCM_URL=https://github.com/ToxicBakery/arbor.git | ||
POM_SCM_CONNECTION=scm:git@github.com:ToxicBakery/arbor.git | ||
POM_SCM_DEV_CONNECTION=scm:git@github.com:ToxicBakery/arbor.git | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_EMAIL=toxicbakery@gmail.com | ||
POM_DEVELOPER_ID=toxicbakery | ||
POM_DEVELOPER_NAME=Ian Thomas | ||
POM_DEVELOPER_EMAIL=toxicbakery@gmail.com | ||
POM_DEVELOPER_ORGANIZATION=Toxic Bakery | ||
POM_DEVELOPER_ORGANIZATION_URL=https://github.com/ToxicBakery | ||
POM_DEVELOPER_ORGANIZATION_URL=https\://github.com/ToxicBakery | ||
POM_LICENCE_DIST=repo | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_NAME=Arbor | ||
POM_PACKAGING=jar | ||
POM_SCM_CONNECTION=scm\:git@github.com\:ToxicBakery/arbor.git | ||
POM_SCM_DEV_CONNECTION=scm\:git@github.com\:ToxicBakery/arbor.git | ||
POM_SCM_URL=https\://github.com/ToxicBakery/arbor.git | ||
POM_URL=https\://github.com/ToxicBakery/arbor | ||
|
||
android.enableJetifier=true | ||
android.useAndroidX=true | ||
kotlin.code.style=official | ||
kotlin.js.compiler=ir | ||
org.gradle.jvmargs=-Xmx4096m |