mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Removed kotlin standard dependency
This commit is contained in:
10
.idea/runConfigurations.xml
generated
Normal file
10
.idea/runConfigurations.xml
generated
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="RunConfigurationProducerService">
|
||||||
|
<option name="ignoredProducers">
|
||||||
|
<set>
|
||||||
|
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -38,9 +38,6 @@ dependencies {
|
|||||||
// Jellyfin
|
// Jellyfin
|
||||||
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.7'
|
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.7'
|
||||||
|
|
||||||
// Kotlin
|
|
||||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.5.21'
|
|
||||||
|
|
||||||
// AndroidX
|
// AndroidX
|
||||||
implementation 'androidx.core:core-ktx:1.6.0'
|
implementation 'androidx.core:core-ktx:1.6.0'
|
||||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user