ciriti
07/18/2019, 9:52 AMDima Avdeev
07/18/2019, 9:54 AMciriti
07/18/2019, 9:55 AMJonas Bark
07/18/2019, 11:05 AMSergioedcigreja
07/19/2019, 8:20 AMsvyatoslav.scherbina
07/22/2019, 1:00 PMSergioedcigreja
07/22/2019, 1:06 PMsvyatoslav.scherbina
07/22/2019, 1:10 PMSergioedcigreja
07/22/2019, 1:10 PMJonas Bark
07/22/2019, 1:10 PMSergioedcigreja
07/22/2019, 1:14 PMsvyatoslav.scherbina
07/22/2019, 1:16 PMit then asked me to remove version ‘1.3.41’ from the plugin ‘kotlin-multiplatform’ because it was in the classpath of the projectCould you show the exact error message?
Sergioedcigreja
07/22/2019, 1:16 PM#import <Foundation/NSArray.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSError.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSSet.h>
#import <Foundation/NSString.h>
#import <Foundation/NSValue.h>
@class LibSqldelight_runtimeQuery, LibSqldelight_runtimeTransacterTransaction, LibConfigResponse, LibErrorResponse, LibInitResponse, LibApps, LibAuth, LibApplicationContext, LibApp, LibKotlinArray, LibConfig, LibNetworkService, LibRepository, LibApp_, LibType, LibClient, LibPhotoResponse, LibPreferenceEditor, LibKtor_httpHttpMethod, LibKotlinx_coroutines_coreCoroutineDispatcher, UIImage, LibKotlinx_serialization_runtimeEnumDescriptor, LibKotlinx_serialization_runtimeSerialKind, LibKotlinNothing, LibKotlinx_serialization_runtimeUpdateMode, LibKotlinByteArray, LibKotlinByteIterator;
@protocol LibSqldelight_runtimeSqlDriver, LibSqldelight_runtimeSqlDriverSchema, LibKotlinx_serialization_runtimeKSerializer, LibKotlinx_serialization_runtimeEncoder, LibKotlinx_serialization_runtimeSerialDescriptor, LibKotlinx_serialization_runtimeDecoder, LibSqldelight_runtimeSqlCursor, LibSqldelight_runtimeQueryListener, LibSqldelight_runtimeSqlPreparedStatement, LibKotlinIterator, LibKotlinx_serialization_runtimeCompositeEncoder, LibKotlinx_serialization_runtimeSerialModule, LibKotlinAnnotation, LibKotlinx_serialization_runtimeCompositeDecoder, LibKotlinCoroutineContextKey, LibKotlinContinuation, LibKotlinx_coroutines_coreRunnable, LibKotlinx_serialization_runtimeSerialModuleCollector, LibKotlinKClass;
If I add the 'missing' protocol to the @protocol line the project builds and runs just finesvyatoslav.scherbina
07/22/2019, 1:31 PMif I remove the classpath ‘com.squareup.sqldelight ... ’ from the project build.gradle this error doesn’t occurThen it is highly possible that you actually get Kotlin 1.3.40 plugin applied, and the issue is properly fixed in 1.3.41.