1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Lib | Code syntax highlighter. First iteration (#1033)

This commit is contained in:
Evgenii Kozlov 2020-10-28 21:54:32 +03:00 committed by GitHub
parent 2a8ffedd8c
commit 20767b3d1c
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 575 additions and 3 deletions

View file

@ -32,6 +32,7 @@ buildscript {
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.12"
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${dokka_version}"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
}
}