Skip to content

Commit

Permalink
+ format code
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 22, 2020
1 parent f5b8fcb commit 2122664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
core/src/commonMain/kotlin/it/unibo/tuprolog/Info.kt

*.hprof
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ fun Project.configureDokka(vararg platforms: String) {
tasks.withType<DokkaTask>().configureEach {
outputDirectory.set(docDir)


dokkaSourceSets {
if (platforms.isNotEmpty()) {
for (p in platforms) {
Expand Down

0 comments on commit 2122664

Please sign in to comment.