File tree Expand file tree Collapse file tree 4 files changed +3
-41
lines changed
src/test/kotlin/dev/sphericalkat/sublimefuzzy Expand file tree Collapse file tree 4 files changed +3
-41
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021 Android Password Store
3
+ Copyright (c) 2021 The Android Password Store authors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- /*
2
- * This file was generated by the Gradle 'init' task.
3
- *
4
- * This generated file contains a sample Kotlin library project to get you started.
5
- * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle
6
- * User Manual available at https://docs.gradle.org/6.8.3/userguide/building_java_projects.html
7
- */
8
-
9
1
plugins {
10
- // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
11
- id(" org.jetbrains.kotlin.jvm" ) version " 1.4.30"
12
-
13
- // Apply the java-library plugin for API and implementation separation.
14
- `java- library`
2
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.4.32"
15
3
}
16
4
17
5
repositories {
18
- // Use JCenter for resolving dependencies.
19
- jcenter()
6
+ mavenCentral()
20
7
}
21
8
22
9
dependencies {
23
- // Align versions of all Kotlin components
24
10
implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
25
-
26
- // Use the Kotlin JDK 8 standard library.
27
11
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
28
-
29
- // This dependency is used internally, and not exposed to consumers on their own compile classpath.
30
- implementation(" com.google.guava:guava:29.0-jre" )
31
-
32
- // Use the Kotlin test library.
33
12
testImplementation(" org.jetbrains.kotlin:kotlin-test" )
34
-
35
- // Use the Kotlin JUnit integration.
36
13
testImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
37
-
38
- // This dependency is exported to consumers, that is to say found on their compile classpath.
39
- api(" org.apache.commons:commons-math3:3.6.1" )
40
14
}
Original file line number Diff line number Diff line change 1
- /*
2
- * This Kotlin source file was generated by the Gradle 'init' task.
3
- */
4
1
package dev.sphericalkat.sublimefuzzy
5
2
6
3
import kotlin.test.Test
Original file line number Diff line number Diff line change 1
- /*
2
- * This file was generated by the Gradle 'init' task.
3
- *
4
- * The settings file is used to specify which projects to include in your build.
5
- *
6
- * Detailed information about configuring a multi-project build in Gradle can be found
7
- * in the user manual at https://docs.gradle.org/6.8.3/userguide/multi_project_builds.html
8
- */
9
-
10
1
rootProject.name = " sublime-fuzzy"
11
2
include(" lib" )
You can’t perform that action at this time.
0 commit comments