Skip to content

Commit

Permalink
Configuration.java -> Config.kt & ConfigParser.kt
Browse files Browse the repository at this point in the history
closes #5
  • Loading branch information
Seil0 committed Sep 24, 2020
1 parent e34786c commit 01da296
Show file tree
Hide file tree
Showing 23 changed files with 459 additions and 893 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {

group 'org.magmaOffenburg'
version '1.0-SNAPSHOT'
mainClassName = 'org.magmaoffenburg.roboviz.MainKt'

subprojects {
apply plugin: 'java'
Expand Down Expand Up @@ -42,5 +43,3 @@ dependencies {

testCompile group: 'junit', name: 'junit', version: '4.12'
}

mainClassName = 'org.magmaoffenburg.roboviz.MainKt'
Loading

0 comments on commit 01da296

Please sign in to comment.