Disable composite build for calculator androidApp
to workaround a bug in Android Studio. Details: https://github.com/JetBrains/kotlin-native/pull/1277#issuecomment-361924978 Include parser library sources directly to the project
This commit is contained in:
committed by
SvyatoslavScherbina
parent
2fee8d329f
commit
a818be1281
@@ -27,6 +27,7 @@ android {
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
main.java.srcDirs += '../parser/src/main/kotlin'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,7 +38,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin.konan.samples:arithmetic-parser"
|
||||
// implementation "org.jetbrains.kotlin.konan.samples:arithmetic-parser"
|
||||
|
||||
implementation "com.android.support:appcompat-v7:27.0.2"
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
includeBuild '../parser'
|
||||
// includeBuild '../parser'
|
||||
|
||||
Reference in New Issue
Block a user