Skip to content

Commit

Permalink
Export jts classes as API during build
Browse files Browse the repository at this point in the history
Not exporting them will cause compile error when using some of the vtm classes
  • Loading branch information
mar-v-in committed Jan 1, 2018
1 parent 63622e5 commit a47215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtm-jts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'

dependencies {
api project(':vtm')
implementation 'com.vividsolutions:jts:1.13'
api 'com.vividsolutions:jts:1.13'
implementation "org.slf4j:slf4j-api:$slf4jVersion"
}

Expand Down

0 comments on commit a47215d

Please sign in to comment.