Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Project-Cepi/Momentum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a529c85584daed8d97e40614fe85299945e9f44
Choose a base ref
..
head repository: Project-Cepi/Momentum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc2eae0b14b6964485c8d1364bb20c46f3f15b7b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.gradle.kts
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ plugins {

// Apply the application plugin to add support for building a jar
java
id("org.jetbrains.dokka") version "1.9.10"
id("org.jetbrains.dokka") version "1.9.0"
}

repositories {