diff options
author | bush-did-711 <39170869+bush-did-711@users.noreply.github.com> | 2022-03-26 23:17:00 -1000 |
---|---|---|
committer | bush-did-711 <39170869+bush-did-711@users.noreply.github.com> | 2022-03-26 23:17:00 -1000 |
commit | 2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2 (patch) | |
tree | 6a657d92f5aa112bed14d65132b9c8a6d7e6c96d /gradle.properties | |
download | eventbus-kotlin-2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2.tar.gz eventbus-kotlin-2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2.tar.bz2 eventbus-kotlin-2a32d5ee4f2eb9e64ffb3d36ed16793dc72c24b2.zip |
Initial commit
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..7fc6f1f --- /dev/null +++ b/gradle.properties @@ -0,0 +1 @@ +kotlin.code.style=official |