We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06d90d commit 22a0d32Copy full SHA for 22a0d32
kotlin-telegram-framework/src/main/kotlin/io/cutebot/telegram/bot/model/FileItem.kt
@@ -7,7 +7,6 @@ import java.io.File
7
import java.io.FileOutputStream
8
import java.io.InputStream
9
import java.net.URL
10
-import kotlin.random.Random
11
12
abstract class FileItem internal constructor(
13
private val api: TelegramApi,
pom.xml
@@ -20,6 +20,8 @@
20
21
<properties>
22
<maven.deploy.skip>true</maven.deploy.skip>
23
+ <maven.compiler.target>11</maven.compiler.target>
24
+ <maven.compiler.source>11</maven.compiler.source>
25
</properties>
26
27
<build>
0 commit comments