Skip to content

Commit

Permalink
Rewrite to kotlin (#185)
Browse files Browse the repository at this point in the history
Enjoy Kotlin!
  • Loading branch information
wasabeef authored Aug 27, 2020
1 parent 05d569a commit 8287e85
Show file tree
Hide file tree
Showing 87 changed files with 2,668 additions and 2,452 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*.{kt,kts,java}]
indent_size=2
max_line_length=off
insert_final_newline=true

[*.{kt,kts}]
kotlin_imports_layout=ascii
13 changes: 13 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Gradle build"
on: [push, pull_request]

jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
10 changes: 0 additions & 10 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ captures/
.idea/modules.xml
.idea/navEditor.xml
.idea/markdown*
.idea/compiler.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/jarRepositories.xml
projectFilesBackup/

# Keystore files
Expand Down
Loading

0 comments on commit 8287e85

Please sign in to comment.