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 11MIT License
22
3- Copyright (c) 2021 Android Password Store
3+ Copyright (c) 2021 The Android Password Store authors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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-
91plugins {
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"
153}
164
175repositories {
18- // Use JCenter for resolving dependencies.
19- jcenter()
6+ mavenCentral()
207}
218
229dependencies {
23- // Align versions of all Kotlin components
2410 implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
25-
26- // Use the Kotlin JDK 8 standard library.
2711 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.
3312 testImplementation(" org.jetbrains.kotlin:kotlin-test" )
34-
35- // Use the Kotlin JUnit integration.
3613 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" )
4014}
Original file line number Diff line number Diff line change 1- /*
2- * This Kotlin source file was generated by the Gradle 'init' task.
3- */
41package dev.sphericalkat.sublimefuzzy
52
63import 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-
101rootProject.name = " sublime-fuzzy"
112include(" lib" )
You can’t perform that action at this time.
0 commit comments